diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2018-06-21 21:19:24 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2018-06-21 21:19:24 +0000 |
commit | e1a50ca120fa6bed2c2391d0e43202c24046bc91 (patch) | |
tree | 2e92ffaa403661c16d22995ca866f243f6ee74f0 | |
parent | e004b3d97bcfce4885ff45210f97da60652dbddf (diff) | |
download | bcm5719-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.txt | 2 |
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) |