Tests: Convert the UST data structures unit test output to TAP
[lttng-tools.git] / tests / unit / Makefile.am
index e617dd0b15bf2c6e7fa49b8d6b6fefe4b6284d99..b48917b90e81f70e2a3147f7f1c59af8d553d833 100644 (file)
@@ -44,7 +44,7 @@ UST_DATA_TRACE=$(top_srcdir)/src/bin/lttng-sessiond/trace-ust.c \
               $(top_srcdir)/src/common/utils.c
 
 test_ust_data_SOURCES = test_ust_data.c $(UST_DATA_TRACE)
-test_ust_data_LDADD = $(LIBCOMMON) $(LIBSESSIOND_COMM) $(LIBHASHTABLE)
+test_ust_data_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBSESSIOND_COMM) $(LIBHASHTABLE)
 endif
 
 # Kernel data structures unit test
This page took 0.023236 seconds and 4 git commands to generate.