mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-16 20:02:02 +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
|
shared_ptr_cpp11.cpp
|
||||||
unique_ptr_cpp11.cpp
|
unique_ptr_cpp11.cpp
|
||||||
|
|
||||||
# fuzzer tests are cpp11 only
|
# fuzzers are cpp11 only
|
||||||
fuzz_unpack_pack_fuzzer.cpp
|
fuzz_unpack_pack_fuzzer_cpp11.cpp
|
||||||
)
|
)
|
||||||
ENDIF ()
|
ENDIF ()
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
#include "../fuzz/unpack_pack_fuzzer.cc"
|
#include "../fuzz/unpack_pack_fuzzer.cpp"
|
||||||
|
|
||||||
TEST(FUZZ_UNPACK_PACK_FUZZER, works)
|
TEST(FUZZ_UNPACK_PACK_FUZZER, works)
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user