Change the UST event hash table match function
[lttng-tools.git] / tests / Makefile.am
index e1c39bd3dc3c87d7dfc921fbdf6bb58339cf2b0f..bc0f0a59afc336ffb905b37c43f90309758d01d2 100644 (file)
@@ -1,3 +1,13 @@
-SUBDIRS = . ltt-sessiond
+SUBDIRS = . tools kernel
 
-dist_noinst_SCRIPTS = runall.sh
+AM_CFLAGS = -g -Wall
+AM_LDFLAGS = -lurcu -lurcu-cds
+
+EXTRA_DIST = run-report.py test_list.py utils.sh utils.h runall.sh
+
+if HAVE_LIBLTTNG_UST_CTL
+SUBDIRS += ust
+endif # HAVE_LIBLTTNG_UST_CTL
+
+check-am:
+       ./runall.sh
This page took 0.0232019999999999 seconds and 4 git commands to generate.