[Fuzzer] Clearly separate regular and DFSan tests. NFC.
authorAlexey Samsonov <vonosmas@gmail.com>
Tue, 21 Jul 2015 22:51:49 +0000 (22:51 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Tue, 21 Jul 2015 22:51:49 +0000 (22:51 +0000)
commitbb577748c0a1ad96b5861fa42636c2e63779830e
tree175a6e783d85566bdfe79b3702444e6b72c26a13
parent309fcf84b80c6db51c063c9d5c5ac30f69958b78
[Fuzzer] Clearly separate regular and DFSan tests. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242850 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/DFSanMemcmpTest.cpp [deleted file]
lib/Fuzzer/test/DFSanSimpleCmpTest.cpp [deleted file]
lib/Fuzzer/test/MemcmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SimpleCmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-dfsan.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test