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