aboutsummaryrefslogtreecommitdiff
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
commit4b4712d2c808df6bae9d96f0914ce972b8aacde1 (patch)
tree4f05d816e9cee4398781073ea81b186a89b76493
parentf88870273cda8ba0c9b325535a035b428619e603 (diff)
[libFuzzer] Provide more descriptive names for testing targets.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335289 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/CMakeLists.txt b/test/fuzzer/CMakeLists.txt
index 25967a85a..db102f90b 100644
--- a/test/fuzzer/CMakeLists.txt
+++ b/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)