I update the cmake code to use a custom target TestBinaries instead of a list of targets.
This simplifies cmake, and fix some errors. This way, we don't have to propagate the values into parents directories. We only need to use add_dependencies.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM,
but please manually verify that the tests still work (remove the test binaries, then run check-fuzzer)