[libFuzzer] Include FuzzedDataProvider.h in the test without "utils" subdir.
authorMax Moroz <mmoroz@chromium.org>
Tue, 9 Jul 2019 19:28:14 +0000 (19:28 +0000)
committerMax Moroz <mmoroz@chromium.org>
Tue, 9 Jul 2019 19:28:14 +0000 (19:28 +0000)
commit2d739940466980bd07419a846e33a6b648978d40
tree9317142a18cf8cfe8d1300506feaa605328a8f1d
parent3dbd7e98d86a306f7ba125d042846099a56b6ee9
[libFuzzer] Include FuzzedDataProvider.h in the test without "utils" subdir.

Summary:
This way the test would better match the intended usage of the header,
plus it makes some additional testing (e.g. in CI) a bit easier to set up.

Reviewers: morehouse

Reviewed By: morehouse

Subscribers: mgorny, delcypher, #sanitizers, llvm-commits

Tags: #llvm, #sanitizers

Differential Revision: https://reviews.llvm.org/D64440

llvm-svn: 365544
compiler-rt/lib/fuzzer/tests/CMakeLists.txt
compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp