unit-tests: Add some test cases for HTTP GET/POST fetches

This commit is contained in:
Martin Willi
2014-01-31 12:18:32 +01:00
parent 1691b19900
commit 1f4883008e
3 changed files with 275 additions and 1 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ TEST_SUITE(pen_suite_create)
TEST_SUITE(asn1_suite_create)
TEST_SUITE(test_rng_suite_create)
TEST_SUITE_DEPEND(ntru_suite_create, DH, NTRU_112_BIT)
TEST_SUITE_DEPEND(fetch_http_suite_create, FETCHER, "http://")