tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / unit / Makefile.am
index 401e89f25a5e7936eef74852077e38ea9789b791..4d3b56fde2b96913f697ed0c6d2ee3bac3ba6038 100644 (file)
@@ -6,7 +6,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir)
 
 LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
-       $(top_srcdir)/config/tap-driver.sh
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
 TESTS = \
        ini_config/test_ini_config \
@@ -149,6 +149,7 @@ test_session_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBRELAYD) $(LIBSESSIOND_COMM) \
 test_session_LDADD += $(SESSIOND_OBJS)
 
 if HAVE_LIBLTTNG_UST_CTL
+test_session_SOURCES += ust-sigbus.c
 test_session_LDADD += $(UST_CTL_LIBS)
 endif
 
This page took 0.022941 seconds and 4 git commands to generate.