From: David Goulet Date: Mon, 15 Aug 2011 17:00:11 +0000 (-0400) Subject: Add runall.sh test script to distribution X-Git-Tag: v2.0-pre12~25 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ff3db88201d2de93d02f22d9adf0a636d72d0dd6 Add runall.sh test script to distribution Signed-off-by: David Goulet --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 22d784fba..1419545a3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,8 @@ AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \ -I$(top_srcdir)/liblttngctl -g -Wall +EXTRA_DIST = runall.sh + noinst_PROGRAMS = test_sessions test_kernel_data_trace UTILS=utils.h