diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-15 19:54:17 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-15 19:54:17 +0000 |
commit | 7f8131f24996b9bbf5a39a85bfd0ac34edfb7d8f (patch) | |
tree | 9018fea0efddfbc224038eb76d5c67ad3aa28605 | |
parent | 4c3c704fb702787683556faec03b6f36786d974e (diff) |
CLEANFILES = check-network_sh.cache
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 977b8f5..8066e07 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,3 +9,5 @@ TESTS_ENVIRONMENT += HTTPS_SUPPORT=$(HTTPS_SUPPORT) TEST_EXTENSIONS = .test TESTS = 00_runnable.test 01_engine-charset.test 01_engine-entities.test 01_engine-hashtable.test 01_engine-idna.test 01_engine-simplify.test 10_crawl-simple.test 11_crawl-cookies.test 11_crawl-idna.test 11_crawl-international.test 11_crawl-parsing.test 12_crawl_https.test + +CLEANFILES = check-network_sh.cache diff --git a/tests/Makefile.in b/tests/Makefile.in index a2a82de..5045064 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -215,6 +215,7 @@ TESTS_ENVIRONMENT = PATH=$(top_builddir)/src$(PATH_SEPARATOR)$$PATH \ HTTPS_SUPPORT=$(HTTPS_SUPPORT) TEST_EXTENSIONS = .test TESTS = 00_runnable.test 01_engine-charset.test 01_engine-entities.test 01_engine-hashtable.test 01_engine-idna.test 01_engine-simplify.test 10_crawl-simple.test 11_crawl-cookies.test 11_crawl-idna.test 11_crawl-international.test 11_crawl-parsing.test 12_crawl_https.test +CLEANFILES = check-network_sh.cache all: all-am .SUFFIXES: @@ -411,6 +412,7 @@ install-strip: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |