File tree Expand file tree Collapse file tree 6 files changed +1
-20
lines changed Expand file tree Collapse file tree 6 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,9 @@ include(cmake/BuildDependencies.cmake)
5252include (cmake/FuzzTestHelpers.cmake)
5353include (cmake/CompatibilityModeLinkLibFuzzer.cmake)
5454
55- include_directories (${re2_SOURCE_DIR} )
56-
5755if (FUZZTEST_BUILD_TESTING)
5856 enable_testing ()
59- endif ()
6057
61- if (FUZZTEST_BUILD_TESTING)
6258 set (protobuf_PROTOC_EXE "${protobuf_BINARY_DIR} /protoc" )
6359 include (${protobuf_SOURCE_DIR} /cmake/protobuf-generate.cmake)
6460endif ()
@@ -71,6 +67,7 @@ add_subdirectory(fuzztest/internal/domains)
7167add_subdirectory (grammar_codegen)
7268add_subdirectory (grammar_codegen/generated_antlr_parser)
7369add_subdirectory (tools)
70+
7471if (FUZZTEST_BUILD_TESTING)
7572 add_subdirectory (domain_tests)
7673 add_subdirectory (e2e_tests)
Original file line number Diff line number Diff line change 1- get_filename_component (PARENT_DIR ../ ABSOLUTE )
2- include_directories (${PARENT_DIR} )
3-
4- include_directories (${CMAKE_BINARY_DIR} )
5-
61fuzztest_cc_test(
72 NAME
83 aggregate_combinators_test
Original file line number Diff line number Diff line change 1- get_filename_component (PARENT_DIR ../ ABSOLUTE )
2- include_directories (${PARENT_DIR} )
31
42fuzztest_cc_library(
53 NAME
Original file line number Diff line number Diff line change 1- get_filename_component (PARENT_DIR ../ ABSOLUTE )
2- include_directories (${PARENT_DIR} )
3-
4- include_directories (${CMAKE_BINARY_DIR} )
51add_executable (
62 fuzz_tests_for_microbenchmarking
73 fuzz_tests_for_microbenchmarking.cc
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- get_filename_component (PARENT_DIR ../ ABSOLUTE )
16- include_directories (${PARENT_DIR} )
17-
1815if (NOT COMPILER_GCC)
1916 SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize-coverage=0" )
2017 SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize-coverage=0" )
Original file line number Diff line number Diff line change 1- get_filename_component (PARENT_DIR ../ ABSOLUTE )
2- include_directories (${PARENT_DIR} )
31
42add_library (
53 grammar_info
You can’t perform that action at this time.
0 commit comments