We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58ad620 + 46a6df2 commit c8bbd63Copy full SHA for c8bbd63
cmake/modules/SwiftHandleGybSources.cmake
@@ -38,8 +38,6 @@ function(handle_gyb_source_single dependency_out_var_name)
38
"${options}" "${single_value_args}" "${multi_value_args}" ${ARGN})
39
40
set(gyb_flags
41
- "--test" # Run gyb's self-tests whenever we use it. They're cheap
42
- # enough and it keeps us honest.
43
${SWIFT_GYB_FLAGS}
44
${GYB_SINGLE_FLAGS})
45
validation-test/Python/gyb.swift
@@ -0,0 +1,4 @@
1
+// RUN: %{python} -m doctest %S/../../utils/gyb.py
2
+// RUN: echo 'Hello ${ME}' | %S/../../utils/gyb --test -DME=Swift | FileCheck %s
3
+// RUN: echo 'Hello ${ME}' | %S/../../utils/gyb --verbose-test -DME=Swift | FileCheck %s
4
+// CHECK: Hello Swift
0 commit comments