Added tests on forwarded query cache

This commit is contained in:
Erik Ekman
2009-02-10 19:48:42 +00:00
committed by Erik Ekman
parent 95513517ee
commit 1cdba385ef
4 changed files with 94 additions and 2 deletions

View File

@@ -53,6 +53,9 @@ main()
test = test_user_create_tests();
suite_add_tcase(iodine, test);
test = test_fw_query_create_tests();
suite_add_tcase(iodine, test);
runner = srunner_create(iodine);
srunner_run_all(runner, CK_NORMAL);
failed = srunner_ntests_failed(runner);