aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/generate_makefiles.sh
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-05-03 17:59:10 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-05-03 17:59:10 +0200
commit24442c874a0e45f6e93965919ff2b3594aca43e5 (patch)
tree6abf053b6d1d74810d5b564f6f4325e923bb08e2 /test/monniaux/generate_makefiles.sh
parent452da0d77523d15830d7a78198092d72822063a6 (diff)
downloadcompcert-kvx-24442c874a0e45f6e93965919ff2b3594aca43e5.tar.gz
compcert-kvx-24442c874a0e45f6e93965919ff2b3594aca43e5.zip
[#120] - Makefile generator + replaced binary_search/Makefile : it works
Diffstat (limited to 'test/monniaux/generate_makefiles.sh')
-rwxr-xr-xtest/monniaux/generate_makefiles.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/monniaux/generate_makefiles.sh b/test/monniaux/generate_makefiles.sh
new file mode 100755
index 00000000..ed8270b5
--- /dev/null
+++ b/test/monniaux/generate_makefiles.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/bash
+
+for bench in binary_search; do
+ ./genmake.py $(cat $bench/make.proto) > $bench/Makefile
+done