File tree 6 files changed +1
-20
lines changed 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)
52
52
include (cmake/FuzzTestHelpers.cmake)
53
53
include (cmake/CompatibilityModeLinkLibFuzzer.cmake)
54
54
55
- include_directories (${re2_SOURCE_DIR} )
56
-
57
55
if (FUZZTEST_BUILD_TESTING)
58
56
enable_testing ()
59
- endif ()
60
57
61
- if (FUZZTEST_BUILD_TESTING)
62
58
set (protobuf_PROTOC_EXE "${protobuf_BINARY_DIR} /protoc" )
63
59
include (${protobuf_SOURCE_DIR} /cmake/protobuf-generate.cmake)
64
60
endif ()
@@ -71,6 +67,7 @@ add_subdirectory(fuzztest/internal/domains)
71
67
add_subdirectory (grammar_codegen)
72
68
add_subdirectory (grammar_codegen/generated_antlr_parser)
73
69
add_subdirectory (tools)
70
+
74
71
if (FUZZTEST_BUILD_TESTING)
75
72
add_subdirectory (domain_tests)
76
73
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
-
6
1
fuzztest_cc_test(
7
2
NAME
8
3
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} )
3
1
4
2
fuzztest_cc_library(
5
3
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} )
5
1
add_executable (
6
2
fuzz_tests_for_microbenchmarking
7
3
fuzz_tests_for_microbenchmarking.cc
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- get_filename_component (PARENT_DIR ../ ABSOLUTE )
16
- include_directories (${PARENT_DIR} )
17
-
18
15
if (NOT COMPILER_GCC)
19
16
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize-coverage=0" )
20
17
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} )
3
1
4
2
add_library (
5
3
grammar_info
You can’t perform that action at this time.
0 commit comments