Add test targets and the lit-style runner.
Details
Diff Detail
Event Timeline
LGTM, once you address the comments. Please watch the bots after commit.
lib/Fuzzer/CMakeLists.txt | ||
---|---|---|
11 | Put this under if (LLVM_INCLUDE_TESTS) | |
lib/Fuzzer/test/fuzzer.test | ||
1 | delete empty line | |
12 | What about ExactTest? | |
14 | Do you need "-" at the end of this line? | |
lib/Fuzzer/test/lit.cfg | ||
1 | Delete this line. | |
8 | empty line? |
lib/Fuzzer/CMakeLists.txt | ||
---|---|---|
11 | done | |
lib/Fuzzer/test/fuzzer.test | ||
1 | done | |
12 | Hah, good catch. | |
14 | It's a part of output, so yes. | |
lib/Fuzzer/test/lit.cfg | ||
1 | done | |
8 | done |
Put this under