forked from OSchip/llvm-project
[libFuzzer] Use separate test directory for each config
Previously, check-all failed many tests for me. It was running the X86_64DefaultLinuxConfig, X86_64LibcxxLinuxConfig, and X86_64StaticLibcxxLinuxConfig configs out of llvm-build/projects/compiler-rt/test/fuzzer. Now, it runs them out of separate subdirectories there, and most tests pass. Reviewed By: morehouse, george.karpenkov Differential Revision: https://reviews.llvm.org/D49249 llvm-svn: 337521
This commit is contained in:
parent
3bf90e7811
commit
a47cb644c7
|
@ -1,7 +1,5 @@
|
|||
@LIT_SITE_CFG_IN_HEADER@
|
||||
|
||||
config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
|
||||
|
||||
config.cpp_compiler = "@LIBFUZZER_TEST_COMPILER@"
|
||||
config.target_flags = "@LIBFUZZER_TEST_FLAGS@"
|
||||
config.c_compiler = "@LIBFUZZER_TEST_COMPILER@"
|
||||
|
|
Loading…
Reference in New Issue