Code

t/Makefile: Added integration test script to EXTRA_DIST.
authorSebastian Harl <sh@tokkee.org>
Mon, 28 Apr 2014 06:06:57 +0000 (08:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 28 Apr 2014 06:06:57 +0000 (08:06 +0200)
t/Makefile.am

index 562ee1da7f9c3ea6b296a380aa74b9fdf4af1c7c..971b58126d1d756e8fba5f13e5be4977f74a519d 100644 (file)
@@ -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@