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