A fuzzer for qsort has also been added. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D110382
9 lines
95 B
CMake
9 lines
95 B
CMake
add_libc_fuzzer(
|
|
qsort_fuzz
|
|
SRCS
|
|
qsort_fuzz.cpp
|
|
DEPENDS
|
|
libc.src.stdlib.qsort
|
|
)
|
|
|