From a363d6b93df8fbde24c945551cfea5d845b57fc4 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 20 Sep 2019 15:37:57 +0200 Subject: More work on test, regression/packedstruct1.c and regression/varargs2.c don't pass --- test/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/Makefile') 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 -- cgit