aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
diff options
context:
space:
mode:
authorRoger Leigh <r.leigh@dundee.ac.uk>2015-06-25 15:04:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-06-25 07:48:50 -0700
commite3e06e1aee9739907e51d396012c0e97fe020a2e (patch)
treea807a686b5b6c804947b8b0f108a4e9de82c421e /tests/data/Makefile.am
parent37402b5eb88eb80c627ff457ae06c34b0e07c915 (diff)
tests: Distribute CMakeLists.txt files in subdirectories
Diffstat (limited to 'tests/data/Makefile.am')
-rw-r--r--tests/data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index a4b281f3c..4ec0364ba 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -5,7 +5,7 @@ test:
# TESTCASES are taken from Makefile.inc
include Makefile.inc
-EXTRA_DIST = $(TESTCASES) DISABLED
+EXTRA_DIST = $(TESTCASES) DISABLED CMakeLists.txt
filecheck:
@mkdir test-place; \