[libFuzzer] Provide more descriptive names for testing targets.

llvm-svn: 335289
This commit is contained in:
George Karpenkov 2018-06-21 21:19:24 +00:00
parent e004b3d97b
commit e1a50ca120
1 changed files with 1 additions and 1 deletions

View File

@ -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)