We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1a6c5 commit b04144cCopy full SHA for b04144c
test/util.c
@@ -156,14 +156,3 @@ cmd_parms *oidc_test_cmd_get(const char *primitive) {
156
cmd->directive->directive = primitive;
157
return cmd;
158
}
159
-
160
-int oidc_test_suite_run(Suite *s) {
161
- int n_failed = 0;
162
163
- SRunner *sr = srunner_create(s);
164
- srunner_run_all(sr, CK_VERBOSE);
165
- n_failed = srunner_ntests_failed(sr);
166
- srunner_free(sr);
167
168
- return (n_failed == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
169
-}
test/util.h
@@ -45,7 +45,6 @@
45
46
#include "const.h" // for the PACKAGE_* defines
47
#include <apr_pools.h>
48
-#include <check.h>
49
#include <httpd.h>
50
#include <stdbool.h>
51
#include <stdlib.h>
0 commit comments