summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/test.h b/test/test.h
index 1d30eb9..d928517 100644
--- a/test/test.h
+++ b/test/test.h
@@ -57,9 +57,9 @@
if (expn != actn || \
0 != memcmp((expected), (actual), (expn))) { \
(void)re_fprintf(stderr, "\n"); \
- DEBUG_WARNING("TEST_STRCMP: %s:%u:" \
- " failed\n", \
- __FILE__, __LINE__); \
+ warning("TEST_STRCMP: %s:%u:" \
+ " failed\n", \
+ __FILE__, __LINE__); \
(void)re_fprintf(stderr, \
"expected string: (%zu bytes)\n" \
"\"%b\"\n", \
@@ -152,6 +152,7 @@ int test_ua_register_dns(void);
int test_ua_register_auth(void);
int test_ua_register_auth_dns(void);
int test_ua_options(void);
+int test_message(void);
int test_mos(void);
int test_network(void);