aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index c371e18a..50cf57fb 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,12 +1,13 @@
include ../Makefile.config
-#DIRS=c compression raytracer spass regression
+#DIRS=c compression raytracer spass regression abi
# Kalray note - removing compression, raytracer and spass that cannot be executed by the simulator in reasonable time
+# TODO: abi for Kalray ?
ifeq ($(ARCH),kvx)
DIRS=c regression
else
- DIRS=c compression raytracer spass regression
+ DIRS=c compression raytracer spass regression abi
endif
ifeq ($(CLIGHTGEN),true)