mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02:00
conform to project norms and naming conventions
This commit is contained in:
8
test/fuzz_unpack_pack_fuzzer_cpp11.cpp
Normal file
8
test/fuzz_unpack_pack_fuzzer_cpp11.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "../fuzz/unpack_pack_fuzzer.cpp"
|
||||
|
||||
TEST(FUZZ_UNPACK_PACK_FUZZER, works)
|
||||
{
|
||||
EXPECT_EQ(0, LLVMFuzzerTestOneInput(0, 0));
|
||||
}
|
Reference in New Issue
Block a user