diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 19:19:08 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 19:19:08 +0000 |
| commit | 4da59a639962cecf3599f19813b00f2ab065e089 (patch) | |
| tree | 55a1e7dedd15b85f284610ac16ce38ef3a52ae9d /tests/Makefile.am | |
| parent | 44688bdbdf741505496d6cbd3f2b44f2936b6fa5 (diff) | |
Added "long query string" ut/
See <https://code.google.com/p/httrack/issues/detail?id=42>
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8066e07..8a7852d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,6 +8,6 @@ TESTS_ENVIRONMENT += ONLINE_UNIT_TESTS=$(ONLINE_UNIT_TESTS) 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 +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-longurl.test 11_crawl-parsing.test 12_crawl_https.test CLEANFILES = check-network_sh.cache |
