aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 504e4c53..7efcd8f1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,6 +1,12 @@
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
+ifeq ($(ARCH),mppa_k1c)
+ DIRS:=c regression
+endif
+
ifeq ($(CLIGHTGEN),true)
DIRS+=clightgen
endif