diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-27 21:25:11 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-27 21:25:11 +0000 |
commit | f281133bfee9083afb8248d642927ffd30e2183e (patch) | |
tree | 8e338f4986dd89a5053819a92f00381f6040e63e | |
parent | f96bff35ae82db677bb75bfda297fc6d912c55a2 (diff) |
Plugged hashtable unit test
-rwxr-xr-x | tests/01_engine-hashtable.test | 5 | ||||
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/tests/01_engine-hashtable.test b/tests/01_engine-hashtable.test new file mode 100755 index 0000000..511948c --- /dev/null +++ b/tests/01_engine-hashtable.test @@ -0,0 +1,5 @@ +#!/bin/bash +# + +# httrack internal hashtable autotest on 100K keys +httrack -#7 100000 diff --git a/tests/Makefile.am b/tests/Makefile.am index cd5c391..977b8f5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,4 +8,4 @@ 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-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-parsing.test 12_crawl_https.test diff --git a/tests/Makefile.in b/tests/Makefile.in index c1a7f35..a2a82de 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -214,7 +214,7 @@ TESTS_ENVIRONMENT = PATH=$(top_builddir)/src$(PATH_SEPARATOR)$$PATH \ ONLINE_UNIT_TESTS=$(ONLINE_UNIT_TESTS) \ HTTPS_SUPPORT=$(HTTPS_SUPPORT) 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-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-parsing.test 12_crawl_https.test all: all-am .SUFFIXES: |