1
0
forked from GitHub/gf-core

split the testsuite to different directories for compiler, runtime and libraries

This commit is contained in:
krasimir
2009-06-13 13:54:06 +00:00
parent 4df8a263eb
commit 8ae43ac855
19 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +0,0 @@
i -src -erasing=on testsuite\check\lins\linsCnc.gf
pg -printer=pmcfg_pretty

View File

@@ -0,0 +1,2 @@
i -src -erasing=on testsuite/compiler/check/lins/linsCnc.gf
pg -printer=pmcfg_pretty

View File

@@ -0,0 +1 @@
i testsuite/compiler/update/ArrityCheck.gf

View File

@@ -1,6 +1,6 @@
C:\gf_2\testsuite\update\ArrityCheck.gf:6:1: cannot unify the informations
C:\gf_2\testsuite\compiler\update\ArrityCheck.gf:6:1: cannot unify the informations
fun f : Int -> Int -> Int ;
def f 0 = \x -> x ;
and

View File

@@ -1,4 +1,4 @@
i testsuite/paraphrase/lambda.gf
i testsuite/runtime/paraphrase/lambda.gf
pt -compute f1
pt -compute f2

View File

@@ -1 +0,0 @@
i testsuite\update\ArrityCheck.gf