Tests: Convert the ust_global_event_basic test to an equivalent shell test
[lttng-tools.git] / tests / regression / ust / Makefile.am
index 9bca8809a058cf7547339e8db62c5220ae7d9575..a11a65946510853a160da722c40b6f0c73bde116 100644 (file)
@@ -5,9 +5,9 @@ SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils -I$(top_srcdir)/src -g -Wall
 AM_LDFLAGS = -lurcu -lurcu-cds
 
-EXTRA_DIST = runall.sh run-ust-global-tests.sh
+EXTRA_DIST = runall.sh run-ust-global-tests.sh test_event_basic
 
-noinst_PROGRAMS = ust_global_event_basic ust_global_event_wildcard
+noinst_PROGRAMS = ust_global_event_wildcard
 
 UTILS=$(top_srcdir)/tests/utils/utils.h
 LIBLTTNG=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
@@ -21,8 +21,4 @@ ust_global_event_wildcard_SOURCES = ust_global_event_wildcard.c $(UTILS) \
                $(SESSIONDSRC)
 ust_global_event_wildcard_LDADD = $(LIBLTTNG)
 
-ust_global_event_basic_SOURCES = ust_global_event_basic.c $(UTILS) \
-               $(SESSIONDSRC)
-ust_global_event_basic_LDADD = $(LIBLTTNG)
-
 endif
This page took 0.023082 seconds and 4 git commands to generate.