From 1ad406ce80076082c9b283c2cbee54606a80c0b3 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 28 Apr 2014 08:06:57 +0200 Subject: [PATCH] t/Makefile: Added integration test script to EXTRA_DIST. --- t/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index 562ee1d..971b581 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,4 +1,8 @@ -EXTRA_DIST = coverage.sh +EXTRA_DIST = \ + coverage.sh \ + integration/simple_config.sh \ + integration/simple_query.sh \ + integration/test_lib.sh # coverage related flags are only set when gcov is enabled AM_CFLAGS = @STRICT_CFLAGS@ @COVERAGE_CFLAGS@ -- 2.30.2