aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-09-20 15:37:57 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-09-20 15:37:57 +0200
commita363d6b93df8fbde24c945551cfea5d845b57fc4 (patch)
tree623126bcba1f5dc500371c77740bec6f1ce9887c /test/Makefile
parent50e5009c5a3a2f7515bab08a3e9475e10c5f275d (diff)
downloadcompcert-kvx-a363d6b93df8fbde24c945551cfea5d845b57fc4.tar.gz
compcert-kvx-a363d6b93df8fbde24c945551cfea5d845b57fc4.zip
More work on test, regression/packedstruct1.c and regression/varargs2.c don't pass
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