Add optional Python >= 3.0 dependency to README
[lttng-tools.git] / tests / Makefile.am
index 761586e4c6bf18d81d28c463c1db666973f6ca00..a95afa73e16dac810878f8aad28d10f78c96112a 100644 (file)
@@ -1,11 +1,5 @@
-AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \
-                 -I$(top_srcdir)/liblttngctl -g -Wall
-
-noinst_PROGRAMS = test_sessions
-
-SESSIONS=$(top_srcdir)/ltt-sessiond/session.c
-
-test_sessions_SOURCES = test_sessions.c $(SESSIONS)
+SUBDIRS = utils regression unit
 
 check-am:
-       ./runall.sh
+       ./run.sh unit_tests
+       ./run.sh fast_regression
This page took 0.024375 seconds and 5 git commands to generate.