Skip to content

Commit

Permalink
fixup! fixup! munit
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jan 30, 2024
1 parent b10de28 commit 520ad6d
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 205 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ include_directories(

set(main_SOURCES
main.c
nghttp3_qpack_test.c
nghttp3_tnode_test.c
nghttp3_http_test.c
nghttp3_test_helper.c
Expand Down
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ check_PROGRAMS = main

OBJECTS = \
main.c \
nghttp3_qpack_test.c \
nghttp3_tnode_test.c \
nghttp3_http_test.c \
nghttp3_test_helper.c \
Expand Down
1 change: 1 addition & 0 deletions tests/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ int main(int argc, char **argv) {
const MunitSuite suites[] = {
tnode_suite,
http_suite,
qpack_suite,
{NULL, NULL, NULL, 0, MUNIT_SUITE_OPTION_NONE},
};
const MunitSuite suite = {
Expand Down
2 changes: 1 addition & 1 deletion tests/munit
Submodule munit updated 1 files
+5 −0 munit.h
Loading

0 comments on commit 520ad6d

Please sign in to comment.