From b4b1864e21b551bd0388dc73454c18d6e4d49d9e Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Tue, 22 Nov 2011 18:02:29 +0100 Subject: [PATCH] Install test scripts in the dist tarball Fix for http://lttng.org/issue/250 Allows running `make check' when installing from the tarball Signed-off-by: Alexandre Montplaisir Signed-off-by: Mathieu Desnoyers --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 30c700b..a7d3316 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,8 @@ EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \ README LICENSE compat_arch_x86.c \ urcu-call-rcu-impl.h urcu-defer-impl.h \ - ChangeLog API.txt + ChangeLog API.txt \ + $(top_srcdir)/tests/*.sh if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c -- 2.34.1