From e1a50ca120fa6bed2c2391d0e43202c24046bc91 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Thu, 21 Jun 2018 21:19:24 +0000 Subject: [PATCH] [libFuzzer] Provide more descriptive names for testing targets. llvm-svn: 335289 --- compiler-rt/test/fuzzer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/fuzzer/CMakeLists.txt b/compiler-rt/test/fuzzer/CMakeLists.txt index 25967a85a8ca..db102f90bfb3 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)