X-Git-Url: https://git.toastfreeware.priv.at/debian/iodine.git/blobdiff_plain/54f57cbcfab5e556111c7511b6f9e64c59030ebb..2662615bea0bc61afc36ec018f0bf515c3991778:/tests/test.c?ds=inline diff --git a/tests/test.c b/tests/test.c index df354a9..5bee9d2 100644 --- a/tests/test.c +++ b/tests/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2009 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,8 +53,11 @@ 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_MINIMAL); + srunner_run_all(runner, CK_NORMAL); failed = srunner_ntests_failed(runner); srunner_free(runner);