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 | |
parent | 37402b5eb88eb80c627ff457ae06c34b0e07c915 (diff) | |
download | curl-e3e06e1aee9739907e51d396012c0e97fe020a2e.tar.gz |
tests: Distribute CMakeLists.txt files in subdirectories
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/libtest/Makefile.am | 2 | ||||
-rw-r--r-- | tests/server/Makefile.am | 2 |
3 files changed, 3 insertions, 3 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; \ diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 80707b165..6caa37644 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -51,7 +51,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include/curl \ endif EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl \ -test1022.pl Makefile.inc notexists.pl +test1022.pl Makefile.inc notexists.pl CMakeLists.txt CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index 7533a98b7..ab5802025 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -60,5 +60,5 @@ endif # Makefile.inc provides neat definitions include Makefile.inc -EXTRA_DIST = base64.pl Makefile.inc +EXTRA_DIST = base64.pl Makefile.inc CMakeLists.txt |