From 4cdc32cf066f85bce93f1b25167bd258a18367af Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 22 Aug 2013 13:15:44 -0400 Subject: [PATCH] Add missing test files to make dist Signed-off-by: Mathieu Desnoyers --- tests/Makefile.am | 4 +++- tests/bin/Makefile.am | 2 +- tests/lib/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c0ea34e6..a485e27c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = utils bin lib -EXTRA_DIST = ctf-traces/** +EXTRA_DIST = ctf-traces/** tests + +dist_noinst_SCRIPTS = run.sh check-am: ./run.sh tests diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index 1243823f..b50d5a8a 100644 --- a/tests/bin/Makefile.am +++ b/tests/bin/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = test_trace_read +dist_noinst_SCRIPTS = test_trace_read diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index dac6a73e..1d6a1925 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -17,4 +17,4 @@ noinst_PROGRAMS = test_seek test_bitfield test_seek_SOURCES = test_seek.c test_bitfield_SOURCES = test_bitfield.c -EXTRA_DIST = test_seek_big_trace test_seek_empty_packet +dist_noinst_SCRIPTS = test_seek_big_trace test_seek_empty_packet -- 2.34.1