|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | TEST_EQ(str, func, value, good, bad) |
| #define | TEST_NEQ(str, func, value, good, bad) |
| #define | TEST_STATUS(str, func, testmacro, good, bad) |
| #define | STD_TEST_NEQ(str, func) TEST_NEQ(str, func, APR_SUCCESS, "OK", "Failed"); |
| #define | PRINT_ERROR(rv) |
| #define | MSG_AND_EXIT(msg) |
| #define | TIME_FUNCTION(time, function) |
| #define MSG_AND_EXIT | ( | msg | ) |
Definition at line 88 of file test_apu.h.
| #define PRINT_ERROR | ( | rv | ) |
Definition at line 80 of file test_apu.h.
Definition at line 77 of file test_apu.h.
Definition at line 35 of file test_apu.h.
| #define TIME_FUNCTION | ( | time, | |
| function | |||
| ) |
Definition at line 92 of file test_apu.h.