Add tracing session test
[lttng-tools.git] / tests / Makefile.am
CommitLineData
63371d1e
DG
1AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \
2 -I$(top_srcdir)/liblttngctl -g -Wall
fac6795d 3
63371d1e
DG
4noinst_PROGRAMS = test_sessions
5
6SESSIONS=$(top_srcdir)/ltt-sessiond/session.c
7
8test_sessions_SOURCES = test_sessions.c $(SESSIONS)
9
10check-am:
11 ./runall.sh
This page took 0.022567 seconds and 4 git commands to generate.