Tests: Move tests to tests/regression
[lttng-tools.git] / tests / ust / high-throughput / Makefile.am
diff --git a/tests/ust/high-throughput/Makefile.am b/tests/ust/high-throughput/Makefile.am
deleted file mode 100644 (file)
index cff8fe4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-AM_CFLAGS = -I$(srcdir) -O2
-AM_LDFLAGS = -llttng-ust
-
-if LTTNG_TOOLS_BUILD_WITH_LIBDL
-AM_LDFLAGS += -ldl
-endif
-if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-AM_LDFLAGS += -lc
-endif
-
-noinst_PROGRAMS = gen-events
-gen_events_SOURCES = main.c tp.c tp.h
-gen_events_LDADD = -llttng-ust
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
This page took 0.023175 seconds and 4 git commands to generate.