[PATCH] D20706: [LibFuzzer] Refactor declaration of tests in CMake.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 15:53:03 PDT 2016
kcc added inline comments.
================
Comment at: lib/Fuzzer/test/CMakeLists.txt:31
@@ +30,3 @@
+# add_libfuzzer_test(<name>
+# [NO_MAIN]
+# SOURCES source0.cpp [source1.cpp ...]
----------------
Let's start from not having this "NO_MAIN" complexity.
CustomMainTests is empty and could be safely removed.
The gunit unit test is a separate beast, one of its kind.
http://reviews.llvm.org/D20706
More information about the llvm-commits
mailing list