[PATCH] D20706: [LibFuzzer] Refactor declaration of tests in CMake.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 18:18:05 PDT 2016


delcypher added a comment.

@kcc :

> LGTM, assuming this does not change the behavior of 'check-fuzzer'.

>  I wonder, how you can verify that.

>  In the past I remember cmake changes that caused us to not run some tests.

>  We've learned about those in a hard way...


I verified by doing a completely fresh build every time (to avoid lit running executables built previously) and checking that lit reports the same number of tests being executed.


http://reviews.llvm.org/D20706





More information about the llvm-commits mailing list