summaryrefslogtreecommitdiffstats
path: root/tests/nghttp2_http_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nghttp2_http_test.h')
-rw-r--r--tests/nghttp2_http_test.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/nghttp2_http_test.h b/tests/nghttp2_http_test.h
index e616cdc..b258905 100644
--- a/tests/nghttp2_http_test.h
+++ b/tests/nghttp2_http_test.h
@@ -30,6 +30,12 @@
# include <config.h>
#endif /* HAVE_CONFIG_H */
-void test_nghttp2_http_parse_priority(void);
+#define MUNIT_ENABLE_ASSERT_ALIASES
+
+#include "munit.h"
+
+extern const MunitSuite http_suite;
+
+munit_void_test_decl(test_nghttp2_http_parse_priority);
#endif /* NGHTTP2_HTTP_TEST_H */