aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/csmith
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/csmith')
-rw-r--r--test/monniaux/csmith/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/csmith/Makefile b/test/monniaux/csmith/Makefile
index e6961036..37c560d6 100644
--- a/test/monniaux/csmith/Makefile
+++ b/test/monniaux/csmith/Makefile
@@ -2,7 +2,7 @@ CSMITH=csmith
MAX=1000
include ../rules.mk
-K1C_CCOMPFLAGS+=-I/usr/include/csmith -fstruct-passing -fbitfields
+K1C_CCOMPFLAGS+=-I/local/monniaux/packages/csmith-2.3.0/include/csmith-2.3.0 -I/usr/include/csmith -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))