From: Sebastian Harl Date: Mon, 28 Apr 2014 06:06:57 +0000 (+0200) Subject: t/Makefile: Added integration test script to EXTRA_DIST. X-Git-Tag: sysdb-0.1.0~68 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=1ad406ce80076082c9b283c2cbee54606a80c0b3 t/Makefile: Added integration test script to EXTRA_DIST. --- 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@