X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fstreaming%2FMakefile.am;h=1949f669b3687a494a20427056f9ffa809da489c;hb=ef8343605f92072ca2ed7174b0cc2594ee33dfab;hp=3fab87e9b3f5e438a45e1092915e89a43b6967fc;hpb=9ac429ef32142eaecfec2d1a44569464c4f8f721;p=lttng-tools.git diff --git a/tests/regression/tools/streaming/Makefile.am b/tests/regression/tools/streaming/Makefile.am index 3fab87e9b..1949f669b 100644 --- a/tests/regression/tools/streaming/Makefile.am +++ b/tests/regression/tools/streaming/Makefile.am @@ -8,20 +8,11 @@ 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 -noinst_SCRIPTS = runall run-ust run-kernel uri_switch -EXTRA_DIST = runall run-ust run-kernel uri_switch +noinst_SCRIPTS = runall test_ust test_kernel test_uri_switch test_high_throughput_limits +EXTRA_DIST = runall test_ust test_kernel test_uri_switch test_high_throughput_limits