deepstate icon indicating copy to clipboard operation
deepstate copied to clipboard

Add CMake macros for adding unit test suite files

Open pgoodman opened this issue 6 years ago • 0 comments

This should just do all the right stuff, and when available, should also generate libFuzzer targets. If we go this route then we can be more certain about the naming of libFuzzer targets (e.g. Foo vs. Foo_LF or Foo.fuzz) and then we can make a wrapper like deepstate-libfuzzer that looks up the right libFuzzer binary.

pgoodman avatar Sep 27 '18 23:09 pgoodman