forked from OSchip/llvm-project
[libFuzzer] Provide more descriptive names for testing targets.
llvm-svn: 335289
This commit is contained in:
parent
e004b3d97b
commit
e1a50ca120
|
@ -52,7 +52,7 @@ macro(test_fuzzer stdlib)
|
|||
)
|
||||
|
||||
add_lit_testsuite(check-fuzzer-${stdlib_name}-${arch}
|
||||
"Running Fuzzer ${stdlib} tests"
|
||||
"Running libFuzzer ${stdlib} tests for arch ${arch}"
|
||||
${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}/
|
||||
DEPENDS ${LIBFUZZER_TEST_DEPS})
|
||||
if(TEST_DEPS)
|
||||
|
|
Loading…
Reference in New Issue