From b288b587378984c3c419d26a13dcf93686d1b779 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 17 Jul 2019 12:03:39 +0200 Subject: All working benches ported --- test/monniaux/tacle-bench-lift/Makefile | 4 ++++ test/monniaux/tacle-bench-lift/make.proto | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 test/monniaux/tacle-bench-lift/Makefile delete mode 100644 test/monniaux/tacle-bench-lift/make.proto (limited to 'test/monniaux/tacle-bench-lift') diff --git a/test/monniaux/tacle-bench-lift/Makefile b/test/monniaux/tacle-bench-lift/Makefile new file mode 100644 index 00000000..2e1db080 --- /dev/null +++ b/test/monniaux/tacle-bench-lift/Makefile @@ -0,0 +1,4 @@ +ALL_CFLAGS:=-include kill_pragma.h +TARGET=lift + +include ../rules.mk diff --git a/test/monniaux/tacle-bench-lift/make.proto b/test/monniaux/tacle-bench-lift/make.proto deleted file mode 100644 index e9667b47..00000000 --- a/test/monniaux/tacle-bench-lift/make.proto +++ /dev/null @@ -1,4 +0,0 @@ -intro: "ALL_CFLAGS = -include kill_pragma.h" -sources: "lift.c liftlibcontrol.c liftlibio.c" -target: lift -measures: [cycles] -- cgit