Add lit-style tests for the Fuzzer library
authorKostya Serebryany <kcc@google.com>
Wed, 28 Jan 2015 22:49:25 +0000 (22:49 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 28 Jan 2015 22:49:25 +0000 (22:49 +0000)
commit408796c672ab95e9fbe697d48f6b1311a60218cd
treedf96479dcc401b3f01e73973c05f92c7d4425a93
parentd5502c5f13a526479cbc0929c425bc696f953f2f
Add lit-style tests for the Fuzzer library

Summary: Add test targets and the lit-style runner.

Test Plan: Run the tests on bot.

Reviewers: samsonov

Reviewed By: samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7217

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227389 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/test/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test [new file with mode: 0644]
lib/Fuzzer/test/lit.cfg [new file with mode: 0644]
lib/Fuzzer/test/lit.site.cfg.in [new file with mode: 0644]