Skip to content

Commit

Permalink
tests: Distribute CMakeLists.txt files in subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Leigh authored and bagder committed Jun 25, 2015
1 parent 37402b5 commit e3e06e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/data/Makefile.am
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion tests/libtest/Makefile.am
Expand Up @@ -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@

Expand Down
2 changes: 1 addition & 1 deletion tests/server/Makefile.am
Expand Up @@ -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

0 comments on commit e3e06e1

Please sign in to comment.