Skip to content

Commit 879a5b8

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Add fuzz.cpp to jsoncpp_test
1 parent dc170e3 commit 879a5b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jsoncpp_test = executable(
8888
'jsoncpp_test',
8989
[ 'src/test_lib_json/jsontest.cpp',
9090
'src/test_lib_json/jsontest.h',
91-
'src/test_lib_json/main.cpp'],
91+
'src/test_lib_json/main.cpp',
92+
'src/test_lib_json/fuzz.cpp'],
9293
include_directories : jsoncpp_include_directories,
9394
link_with : jsoncpp_lib,
9495
install : false,

0 commit comments

Comments
 (0)