]> granicus.if.org Git - curl/commitdiff
tests: Distribute CMakeLists.txt files in subdirectories
authorRoger Leigh <r.leigh@dundee.ac.uk>
Thu, 25 Jun 2015 14:04:41 +0000 (15:04 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jun 2015 14:48:50 +0000 (07:48 -0700)
tests/data/Makefile.am
tests/libtest/Makefile.am
tests/server/Makefile.am

index a4b281f3cd3de671f432b6c75c4d387726b1e48a..4ec0364ba1aa7c77861e5c8c1191e9d236b3449f 100644 (file)
@@ -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; \
index 80707b165668eeebf413a48260bf99a1571747da..6caa3764489c121f03d57fbb00973771474b90c2 100644 (file)
@@ -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@
 
index 7533a98b7d06b61acd9ea3ca7535212afb55453a..ab5802025bf8fafe240cd41607f76ff70e996b4a 100644 (file)
@@ -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