aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/heapsort
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/heapsort
parent625a93fe5ec46c7de81594b89f8cca5dd83dafc5 (diff)
downloadcompcert-kvx-c1330c1f6863d4029bfa965b4151e629d72a2217.tar.gz
compcert-kvx-c1330c1f6863d4029bfa965b4151e629d72a2217.zip
Up to ntt
Diffstat (limited to 'test/monniaux/heapsort')
-rw-r--r--test/monniaux/heapsort/Makefile3
-rw-r--r--test/monniaux/heapsort/make.proto3
2 files changed, 3 insertions, 3 deletions
diff --git a/test/monniaux/heapsort/Makefile b/test/monniaux/heapsort/Makefile
new file mode 100644
index 00000000..69f0c3ca
--- /dev/null
+++ b/test/monniaux/heapsort/Makefile
@@ -0,0 +1,3 @@
+TARGET=heapsort
+
+include ../rules.mk
diff --git a/test/monniaux/heapsort/make.proto b/test/monniaux/heapsort/make.proto
deleted file mode 100644
index 0b5972d6..00000000
--- a/test/monniaux/heapsort/make.proto
+++ /dev/null
@@ -1,3 +0,0 @@
-objdeps: [{name: heapsort_run, compiler: gcc}]
-target: heapsort
-measures: [heapsort_time]