* Added missing header guards. * Fixed license header format in a few files. * Renamed files to more suitable names.
19 lines
249 B
CMake
19 lines
249 B
CMake
add_libc_fuzzer(
|
|
qsort_fuzz
|
|
SRCS
|
|
qsort_fuzz.cpp
|
|
DEPENDS
|
|
libc.src.stdlib.qsort
|
|
)
|
|
|
|
add_libc_fuzzer(
|
|
atof_differential_fuzz
|
|
SRCS
|
|
atof_differential_fuzz.cpp
|
|
HDRS
|
|
StringParserOutputDiff.h
|
|
DEPENDS
|
|
libc.src.stdlib.atof
|
|
)
|
|
|