Fix missing pointer initialisation
[lttng-tools.git] / tests / Makefile.am
1 AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \
2 -I$(top_srcdir)/liblttngctl -g -Wall
3
4 noinst_PROGRAMS = test_sessions
5
6 SESSIONS=$(top_srcdir)/ltt-sessiond/session.c
7
8 test_sessions_SOURCES = test_sessions.c $(SESSIONS)
9
10 check-am:
11 ./runall.sh
This page took 0.030658 seconds and 5 git commands to generate.