diff options
author | Roger Leigh <r.leigh@dundee.ac.uk> | 2015-06-25 15:04:41 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-25 07:48:50 -0700 |
commit | e3e06e1aee9739907e51d396012c0e97fe020a2e (patch) | |
tree | a807a686b5b6c804947b8b0f108a4e9de82c421e /tests/data | |
parent | 37402b5eb88eb80c627ff457ae06c34b0e07c915 (diff) |
tests: Distribute CMakeLists.txt files in subdirectories
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 2 |
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; \ |