mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Enable all test in stdlib
This commit is contained in:
parent
4bfbd991e7
commit
97a47f403f
2 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
TESTS=$(sort $(filter-out test02 test30, $(basename $(wildcard test*.lama))))
|
||||
TESTS=$(sort $(basename $(wildcard test*.lama)))
|
||||
|
||||
LAMAC=../../src/lamac
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue