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)
commita8fbcf0c1f9f3cff3a3deafe4bbb70419a822185
treea51343059ed76d89cd7811ce4e420b5d4607af3a
parentfc4fd529c8309265e324c0e292c04cc91c4c736d
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

llvm-svn: 227389
llvm/lib/Fuzzer/CMakeLists.txt
llvm/lib/Fuzzer/FuzzerLoop.cpp
llvm/lib/Fuzzer/test/CMakeLists.txt [new file with mode: 0644]
llvm/lib/Fuzzer/test/fuzzer.test [new file with mode: 0644]
llvm/lib/Fuzzer/test/lit.cfg [new file with mode: 0644]
llvm/lib/Fuzzer/test/lit.site.cfg.in [new file with mode: 0644]