X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=761586e4c6bf18d81d28c463c1db666973f6ca00;hp=76ed2b545dfe04decc58e919ffc60835c22b1087;hb=63371d1e4ff3148287a04e14b468c4234e3d0182;hpb=00df03c6816678530f8a32281ea3ecffd2cc1ce4 diff --git a/tests/Makefile.am b/tests/Makefile.am index 76ed2b545..761586e4c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,11 @@ -SUBDIRS = . +AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \ + -I$(top_srcdir)/liblttngctl -g -Wall -dist_noinst_SCRIPTS = runall.sh +noinst_PROGRAMS = test_sessions + +SESSIONS=$(top_srcdir)/ltt-sessiond/session.c + +test_sessions_SOURCES = test_sessions.c $(SESSIONS) + +check-am: + ./runall.sh