diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:18:25 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:18:25 +0000 |
| commit | 142a8e255a3f6b25793fe34cd2b91ac3600735fd (patch) | |
| tree | 8c94deabb862c929f5041c238fdb487ce4f0e281 /tests/Makefile.am | |
| parent | da40771dee246bd6649d07cf0247e5547e022097 (diff) | |
Do not execute tests unless external network is available.
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5a076f6..8aefe73 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,4 +4,5 @@ TESTS_ENVIRONMENT = TESTS_ENVIRONMENT += $(SHLIBPATH_VAR)="$(top_builddir)/src/$(LT_CV_OBJDIR)$${$(SHLIBPATH_VAR):+:}$$$(SHLIBPATH_VAR)" TESTS_ENVIRONMENT += PATH=$(top_builddir)/src/$(LT_CV_OBJDIR):$$PATH -TESTS = *.test +TEST_EXTENSIONS = .test +TESTS = 00_runnable.test 01_engine-charset.test 01_engine-entities.test 01_engine-idna.test 01_engine-simplify.test 10_crawl-simple.test 11_crawl-idna.test 11_crawl-international.test 11_crawl-parsing.test |
