diff --git a/stdlib/regression/Makefile b/stdlib/regression/Makefile index c6748f129..6d2eb8134 100644 --- a/stdlib/regression/Makefile +++ b/stdlib/regression/Makefile @@ -1,4 +1,4 @@ -TESTS=$(sort $(filter-out test30, $(basename $(wildcard test*.lama)))) +TESTS=$(sort $(filter-out test03 test07 test30, $(basename $(wildcard test*.lama)))) LAMAC=../../src/lamac