aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/float_mat
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-17 11:52:14 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-17 11:52:14 +0200
commitc1330c1f6863d4029bfa965b4151e629d72a2217 (patch)
tree0072e5195e89c1125c73dbb0f1700a5a27127c2f /test/monniaux/float_mat
parent625a93fe5ec46c7de81594b89f8cca5dd83dafc5 (diff)
downloadcompcert-kvx-c1330c1f6863d4029bfa965b4151e629d72a2217.tar.gz
compcert-kvx-c1330c1f6863d4029bfa965b4151e629d72a2217.zip
Up to ntt
Diffstat (limited to 'test/monniaux/float_mat')
-rw-r--r--test/monniaux/float_mat/Makefile4
-rw-r--r--test/monniaux/float_mat/make.proto3
2 files changed, 4 insertions, 3 deletions
diff --git a/test/monniaux/float_mat/Makefile b/test/monniaux/float_mat/Makefile
new file mode 100644
index 00000000..69621159
--- /dev/null
+++ b/test/monniaux/float_mat/Makefile
@@ -0,0 +1,4 @@
+TARGET=float_mat
+MEASURES="c1 c2 c3 c4 c5 c6 c7 c8"
+
+include ../rules.mk
diff --git a/test/monniaux/float_mat/make.proto b/test/monniaux/float_mat/make.proto
deleted file mode 100644
index e775e9b8..00000000
--- a/test/monniaux/float_mat/make.proto
+++ /dev/null
@@ -1,3 +0,0 @@
-objdeps: [{name: float_mat_run, compiler: gcc}]
-target: float_mat
-measures: [[c2_time, c2], [c8_time, c8]]