mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
added llvm
This commit is contained in:
parent
8e01024ce3
commit
7e69f15a64
@ -2560,13 +2560,13 @@ struct FuzzTest : JsonTest::TestCase {};
|
||||
|
||||
// Build and run the fuzz test without any fuzzer, so that it's guaranteed not
|
||||
// go out of date, even if it's never run as an actual fuzz test.
|
||||
//JSONTEST_FIXTURE(FuzzTest, fuzzDoesntCrash) {
|
||||
// const std::string example = "{}";
|
||||
// JSONTEST_ASSERT_EQUAL(
|
||||
// 0,
|
||||
// LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
|
||||
// example.size()));
|
||||
//}
|
||||
JSONTEST_FIXTURE(FuzzTest, fuzzDoesntCrash) {
|
||||
const std::string example = "{}";
|
||||
JSONTEST_ASSERT_EQUAL(
|
||||
0,
|
||||
LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
|
||||
example.size()));
|
||||
}
|
||||
|
||||
int main(int argc, const char* argv[]) {
|
||||
JsonTest::Runner runner;
|
||||
|
Loading…
x
Reference in New Issue
Block a user