aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/.gitignore20
-rw-r--r--test/monniaux/binary_search/Makefile4
-rw-r--r--test/monniaux/bitsliced-aes/Makefile4
-rw-r--r--test/monniaux/bitsliced-tea/Makefile3
-rw-r--r--test/monniaux/bitsliced-tea/make.proto4
5 files changed, 11 insertions, 24 deletions
diff --git a/test/monniaux/.gitignore b/test/monniaux/.gitignore
index 6da0fa8d..c06c2984 100644
--- a/test/monniaux/.gitignore
+++ b/test/monniaux/.gitignore
@@ -11,24 +11,4 @@ measure_times.k1c.pdf
/.mypy_cache/
-binary_search/Makefile
-bitsliced-aes/Makefile
-bitsliced-tea/Makefile
-complex/Makefile
-float_mat/Makefile
-glibc_qsort/Makefile
-heapsort/Makefile
-heptagon_radio_transmitter/Makefile
-idea/Makefile
-lustrev4_lustrec_heater_control/Makefile
-lustrev4_lv4_heater_control/Makefile
-lustrev4_lv6-en-2cgc_heater_control/Makefile
-lustrev6-convertible-en-2cgc/Makefile
mbedtls/mbedtls/
-number_theoretic_transform/Makefile
-quicksort/Makefile
-sha-2/Makefile
-tacle-bench-lift/Makefile
-tacle-bench-powerwindow/Makefile
-too_slow/Makefile
-xor_and_mat/Makefile
diff --git a/test/monniaux/binary_search/Makefile b/test/monniaux/binary_search/Makefile
new file mode 100644
index 00000000..924f4217
--- /dev/null
+++ b/test/monniaux/binary_search/Makefile
@@ -0,0 +1,4 @@
+TARGET=binary_search
+MEASURES="randomfill search1 search2 search3 search4"
+
+include ../rules.mk
diff --git a/test/monniaux/bitsliced-aes/Makefile b/test/monniaux/bitsliced-aes/Makefile
new file mode 100644
index 00000000..5365cce5
--- /dev/null
+++ b/test/monniaux/bitsliced-aes/Makefile
@@ -0,0 +1,4 @@
+ALL_CFILES=$(wildcard *.c) tests/tests.c
+TARGET=test
+
+include ../rules.mk
diff --git a/test/monniaux/bitsliced-tea/Makefile b/test/monniaux/bitsliced-tea/Makefile
new file mode 100644
index 00000000..8c28ac37
--- /dev/null
+++ b/test/monniaux/bitsliced-tea/Makefile
@@ -0,0 +1,3 @@
+TARGET=bstea
+
+include ../rules.mk
diff --git a/test/monniaux/bitsliced-tea/make.proto b/test/monniaux/bitsliced-tea/make.proto
deleted file mode 100644
index 6cdc0814..00000000
--- a/test/monniaux/bitsliced-tea/make.proto
+++ /dev/null
@@ -1,4 +0,0 @@
-objdeps: [{name: bstea_run, compiler: gcc}]
-target: bstea
-name: bitsliced-tea
-measures: [cycles]