Tests: Add runner script for tests
[lttng-tools.git] / tests / Makefile.am
index 761586e4c6bf18d81d28c463c1db666973f6ca00..b75de49591fb6971e99d22672eafde6e7d16bf73 100644 (file)
@@ -1,11 +1,4 @@
-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
This page took 0.023364 seconds and 4 git commands to generate.