From ff3db88201d2de93d02f22d9adf0a636d72d0dd6 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 15 Aug 2011 13:00:11 -0400 Subject: [PATCH 1/1] Add runall.sh test script to distribution Signed-off-by: David Goulet --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1