Change the UST event hash table match function
[lttng-tools.git] / tests / Makefile.am
index 761586e4c6bf18d81d28c463c1db666973f6ca00..bc0f0a59afc336ffb905b37c43f90309758d01d2 100644 (file)
@@ -1,11 +1,13 @@
-AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \
-                 -I$(top_srcdir)/liblttngctl -g -Wall
+SUBDIRS = . tools kernel
 
-noinst_PROGRAMS = test_sessions
+AM_CFLAGS = -g -Wall
+AM_LDFLAGS = -lurcu -lurcu-cds
 
-SESSIONS=$(top_srcdir)/ltt-sessiond/session.c
+EXTRA_DIST = run-report.py test_list.py utils.sh utils.h runall.sh
 
-test_sessions_SOURCES = test_sessions.c $(SESSIONS)
+if HAVE_LIBLTTNG_UST_CTL
+SUBDIRS += ust
+endif # HAVE_LIBLTTNG_UST_CTL
 
 check-am:
        ./runall.sh
This page took 0.022923 seconds and 4 git commands to generate.