aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-09 16:36:02 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-11 12:02:31 +0200
commitc40a3f4d1a5143dd9148d1d58b9fcb2a6a40340e (patch)
tree84ba61bbaa7cc8f7c3fe07dd53f75483b4a96d0d
parentfb1142481a55e005969e2d89b11776f4d841c249 (diff)
downloadcompcert-kvx-c40a3f4d1a5143dd9148d1d58b9fcb2a6a40340e.tar.gz
compcert-kvx-c40a3f4d1a5143dd9148d1d58b9fcb2a6a40340e.zip
Fix for csmith
-rw-r--r--test/monniaux/csmith/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monniaux/csmith/Makefile b/test/monniaux/csmith/Makefile
index 37c560d6..3c748c62 100644
--- a/test/monniaux/csmith/Makefile
+++ b/test/monniaux/csmith/Makefile
@@ -1,8 +1,8 @@
-CSMITH=csmith
+CSMITH?=/local/monniaux/packages/csmith-2.3.0/bin/csmith
MAX=1000
include ../rules.mk
-K1C_CCOMPFLAGS+=-I/local/monniaux/packages/csmith-2.3.0/include/csmith-2.3.0 -I/usr/include/csmith -fstruct-passing -fbitfields
+K1C_CCOMPFLAGS+=-I/local/monniaux/packages/csmith-2.3.0/include/csmith-2.3.0 -fstruct-passing -fbitfields
TARGETS_S=$(shell seq --format src%06.f.ccomp.k1c.s 0 $(MAX))
TARGETS_C=$(shell seq --format src%06.f.c 0 $(MAX))