aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 504e4c53..037fdc8f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,6 +1,8 @@
include ../Makefile.config
-DIRS=c compression raytracer spass regression
+#DIRS=c compression raytracer spass regression
+# Kalray note - removing compression, raytracer and spass that cannot be executed by the simulator in reasonable time
+DIRS=c regression
ifeq ($(CLIGHTGEN),true)
DIRS+=clightgen
endif