Tests: Move unit tests to tests/unit
[lttng-tools.git] / tests / regression / tools / streaming / Makefile.am
index 3fab87e9b3f5e438a45e1092915e89a43b6967fc..ddd092592a7f15c62cd11b88092320b079c52a76 100644 (file)
@@ -8,17 +8,8 @@ if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
 AM_LDFLAGS += -lc
 endif
 
-#UTILS=../../utils.h
-UTILS=
-LIBSESSIOND_COMM=$(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
-LIBCOMMON=$(top_builddir)/src/common/libcommon.la
-
-noinst_PROGRAMS = unit_tests
-unit_tests_SOURCES = unit_tests.c $(UTILS)
-unit_tests_LDADD = $(LIBCOMMON)
-
 if HAVE_LIBLTTNG_UST_CTL
-noinst_PROGRAMS += gen-ust-events
+noinst_PROGRAMS = gen-ust-events
 gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
 gen_ust_events_LDADD = -llttng-ust
 endif
This page took 0.023926 seconds and 4 git commands to generate.