summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-09 18:38:34 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-09 18:38:34 +0000
commite895148e679e5360f3810b7f32e634852d899366 (patch)
tree75e7b69c64ed0fad3c48c1145d8869b2e2f51cd9 /tests/Makefile.am
parent2cc13c3e1f7046cbb23d5f1edc19f85f01e9df6e (diff)
Basic cookies unit tests.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1fba952..cd5c391 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-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-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