Enable all test in stdlib

This commit is contained in:
Roman Venediktov 2024-07-11 14:36:12 +02:00
parent 4bfbd991e7
commit 97a47f403f
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
TESTS=$(sort $(filter-out test02 test30, $(basename $(wildcard test*.lama))))
TESTS=$(sort $(basename $(wildcard test*.lama)))
LAMAC=../../src/lamac

View file

@ -87,8 +87,6 @@ fun normalize (x) {
fun not (x) {0 - x}
disableGC ();
for var i=0;, i<25, i:=i+1
do
case genCyclicArrays (1000, true, false) of