This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Use custom target instead of list of binaries for tests.
ClosedPublic

Authored by mpividori on Feb 6 2017, 10:49 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 6 2017, 10:49 AM
kcc accepted this revision.Feb 7 2017, 1:24 PM

LGTM,
but please manually verify that the tests still work (remove the test binaries, then run check-fuzzer)

This revision is now accepted and ready to land.Feb 7 2017, 1:24 PM
This revision was automatically updated to reflect the committed changes.