summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-06-21 21:19:24 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-06-21 21:19:24 +0000
commite1a50ca120fa6bed2c2391d0e43202c24046bc91 (patch)
tree2e92ffaa403661c16d22995ca866f243f6ee74f0
parente004b3d97bcfce4885ff45210f97da60652dbddf (diff)
downloadbcm5719-llvm-e1a50ca120fa6bed2c2391d0e43202c24046bc91.tar.gz
bcm5719-llvm-e1a50ca120fa6bed2c2391d0e43202c24046bc91.zip
[libFuzzer] Provide more descriptive names for testing targets.
llvm-svn: 335289
-rw-r--r--compiler-rt/test/fuzzer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/CMakeLists.txt b/compiler-rt/test/fuzzer/CMakeLists.txt
index 25967a85a8c..db102f90bfb 100644
--- a/compiler-rt/test/fuzzer/CMakeLists.txt
+++ b/compiler-rt/test/fuzzer/CMakeLists.txt
@@ -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)
OpenPOWER on IntegriCloud