This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
get the fuzzer built and running as part of Ctest
pull/583/head
Chris Wolfe
5 years ago
parent
26bf7351b7
commit
5aa12028c9
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
fuzz/CMakeLists.txt
+1
-0
fuzz/tests/valid.json
+ 1
- 0
fuzz/CMakeLists.txt
View File
@@ -21,4 +21,5 @@ foreach(FUZZERNAME
json-c
${fuzzing_engine})
add_test(NAME test_${FUZZERNAME} COMMAND ${CMAKE_BINARY_DIR}/fuzz/${FUZZERNAME} ${CMAKE_SOURCE_DIR}/fuzz/tests/valid.json)
endforeach(FUZZERNAME)
+ 1
- 0
fuzz/tests/valid.json
View File
@@ -0,0 +1 @@
{"foo":123}
Write
Preview
Loading…
Cancel
Save