aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/tacle-bench-lift
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-04 15:42:09 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-11 12:02:48 +0200
commit4ab0a6b4293c1774931b4b84a649dc1ff8fba5d9 (patch)
treed9e62cffad4be20cef4bb6ce50b259e4dcf82a0b /test/monniaux/tacle-bench-lift
parentc40a3f4d1a5143dd9148d1d58b9fcb2a6a40340e (diff)
downloadcompcert-kvx-4ab0a6b4293c1774931b4b84a649dc1ff8fba5d9.tar.gz
compcert-kvx-4ab0a6b4293c1774931b4b84a649dc1ff8fba5d9.zip
Fixing the make.proto of tacle-bench-lift and powerwindow, it now links correctly with the right things
Diffstat (limited to 'test/monniaux/tacle-bench-lift')
-rw-r--r--test/monniaux/tacle-bench-lift/make.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/tacle-bench-lift/make.proto b/test/monniaux/tacle-bench-lift/make.proto
index c4849bab..e9667b47 100644
--- a/test/monniaux/tacle-bench-lift/make.proto
+++ b/test/monniaux/tacle-bench-lift/make.proto
@@ -1,4 +1,4 @@
intro: "ALL_CFLAGS = -include kill_pragma.h"
-objdeps: [{name: liftlibcontrol, compiler: both}, {name: liftlibio, compiler: both}]
+sources: "lift.c liftlibcontrol.c liftlibio.c"
target: lift
measures: [cycles]