From 085d1d9f2b2a370f85fe4963843d144cb354c7cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 5 Apr 2016 11:15:07 -0400 Subject: [PATCH] Tests: fix OOT build by adding test scripts to noinst_SCRIPTS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index 086919b7..46f8352a 100644 --- a/tests/bin/Makefile.am +++ b/tests/bin/Makefile.am @@ -1,4 +1,4 @@ -noinst_SCRIPTS = test_trace_read +noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num CLEANFILES = $(noinst_SCRIPTS) EXTRA_DIST = test_trace_read.in -- 2.34.1