Update obsolete benchmark test
[lttng-ust.git] / tests / benchmark / Makefile
diff --git a/tests/benchmark/Makefile b/tests/benchmark/Makefile
deleted file mode 100644 (file)
index cfccda9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-CC=gcc
-CFLAGS=-O3 -Wall
-LFLAGS=-lpthread -lust
-
-all: bench1 bench2
-
-bench1: bench.c
-       $(CC) $(CFLAGS) $(LFLAGS) -o bench1 bench.c
-bench2: bench.c
-       $(CC) $(CFLAGS) $(LFLAGS) -DMARKER -o bench2 bench.c
-
-
-clean:
-       rm -f *.o bench1 bench2
This page took 0.024125 seconds and 4 git commands to generate.