Skip to content

Commit b04144c

Browse files
committed
remove remaining check dependency
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent eb1a6c5 commit b04144c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

test/util.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,3 @@ cmd_parms *oidc_test_cmd_get(const char *primitive) {
156156
cmd->directive->directive = primitive;
157157
return cmd;
158158
}
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
#include "const.h" // for the PACKAGE_* defines
4747
#include <apr_pools.h>
48-
#include <check.h>
4948
#include <httpd.h>
5049
#include <stdbool.h>
5150
#include <stdlib.h>

0 commit comments

Comments
 (0)