summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/CMakeLists.txt
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-06-08 01:46:13 +0000
committerKostya Serebryany <kcc@google.com>2016-06-08 01:46:13 +0000
commit76f425211e83cd387e93390f53c8a9b56cfeb231 (patch)
treec7240e260993a7cefb7b3a4195f7a2a8437ebccc /llvm/lib/Fuzzer/test/CMakeLists.txt
parent33b8b64aef936b142ebdc536db0cb3210ae93787 (diff)
downloadbcm5719-llvm-76f425211e83cd387e93390f53c8a9b56cfeb231.tar.gz
bcm5719-llvm-76f425211e83cd387e93390f53c8a9b56cfeb231.zip
[libFuzzer] add a test that is built w/o coverage instrumentation but has the coverage rt (it should now fail with a descriptive message)
llvm-svn: 272090
Diffstat (limited to 'llvm/lib/Fuzzer/test/CMakeLists.txt')
-rw-r--r--llvm/lib/Fuzzer/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/CMakeLists.txt b/llvm/lib/Fuzzer/test/CMakeLists.txt
index 85fb62e3345..9421606aec0 100644
--- a/llvm/lib/Fuzzer/test/CMakeLists.txt
+++ b/llvm/lib/Fuzzer/test/CMakeLists.txt
@@ -149,6 +149,7 @@ else()
endif()
add_subdirectory(uninstrumented)
+add_subdirectory(no-coverage)
add_subdirectory(ubsan)
add_subdirectory(trace-bb)
add_subdirectory(trace-pc)
OpenPOWER on IntegriCloud