Loading test/httpdunit.c +8 −0 Original line number Diff line number Diff line Loading @@ -15,8 +15,16 @@ */ #include "apr.h" /* for pid_t on Windows, needed by Check */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-prototypes" #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wstrict-prototypes" #include "check.h" #pragma clang diagnostic pop #pragma GCC diagnostic pop #include "apr_general.h" static Suite *main_test_suite(void) Loading test/httpdunit.h +9 −0 Original line number Diff line number Diff line Loading @@ -34,8 +34,17 @@ */ #include "apr.h" /* for pid_t on Windows, needed by Check */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-prototypes" #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wstrict-prototypes" #include "check.h" #pragma clang diagnostic pop #pragma GCC diagnostic pop /* * Boilerplate Macros */ Loading test/unit/authn.c +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ * limitations under the License. */ #include "check.h" #include "../httpdunit.h" #include "httpd.h" Loading test/unit/util.c +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ * limitations under the License. */ #include "check.h" #include "../httpdunit.h" #include "httpd.h" Loading Loading
test/httpdunit.c +8 −0 Original line number Diff line number Diff line Loading @@ -15,8 +15,16 @@ */ #include "apr.h" /* for pid_t on Windows, needed by Check */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-prototypes" #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wstrict-prototypes" #include "check.h" #pragma clang diagnostic pop #pragma GCC diagnostic pop #include "apr_general.h" static Suite *main_test_suite(void) Loading
test/httpdunit.h +9 −0 Original line number Diff line number Diff line Loading @@ -34,8 +34,17 @@ */ #include "apr.h" /* for pid_t on Windows, needed by Check */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-prototypes" #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wstrict-prototypes" #include "check.h" #pragma clang diagnostic pop #pragma GCC diagnostic pop /* * Boilerplate Macros */ Loading
test/unit/authn.c +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ * limitations under the License. */ #include "check.h" #include "../httpdunit.h" #include "httpd.h" Loading
test/unit/util.c +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ * limitations under the License. */ #include "check.h" #include "../httpdunit.h" #include "httpd.h" Loading