mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-16 11:56:34 +02:00
conform to project norms and naming conventions
This commit is contained in:
parent
b02371efe5
commit
de59b393c7
@ -64,8 +64,8 @@ IF (MSGPACK_CXX11)
|
||||
shared_ptr_cpp11.cpp
|
||||
unique_ptr_cpp11.cpp
|
||||
|
||||
# fuzzer tests are cpp11 only
|
||||
fuzz_unpack_pack_fuzzer.cpp
|
||||
# fuzzers are cpp11 only
|
||||
fuzz_unpack_pack_fuzzer_cpp11.cpp
|
||||
)
|
||||
ENDIF ()
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "../fuzz/unpack_pack_fuzzer.cc"
|
||||
#include "../fuzz/unpack_pack_fuzzer.cpp"
|
||||
|
||||
TEST(FUZZ_UNPACK_PACK_FUZZER, works)
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user