Skip to content

Commit 46a6df2

Browse files
committed
[CMake] Remove --test option from normal gyb invocation in CMake
1 parent 8724662 commit 46a6df2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/SwiftHandleGybSources.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ function(handle_gyb_source_single dependency_out_var_name)
3838
"${options}" "${single_value_args}" "${multi_value_args}" ${ARGN})
3939

4040
set(gyb_flags
41-
"--test" # Run gyb's self-tests whenever we use it. They're cheap
42-
# enough and it keeps us honest.
4341
${SWIFT_GYB_FLAGS}
4442
${GYB_SINGLE_FLAGS})
4543

0 commit comments

Comments
 (0)