aboutsummaryrefslogtreecommitdiff
path: root/tests/runtest/test_suite-cflags3.shtest
blob: afe7436e54ccc17dc1a966d423dde05e03c2ff13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## With a cflags with a quoted space and escaped spaces
# RUN: rm -rf %t.SANDBOX
# RUN: lnt runtest test-suite \
# RUN:     --sandbox %t.SANDBOX \
# RUN:     --no-timestamp \
# RUN:     --test-suite %S/Inputs/test-suite-cmake \
# RUN:     --cc %{shared_inputs}/FakeCompilers/clang-r154331 \
# RUN:     --use-cmake %S/Inputs/test-suite-cmake/fake-cmake \
# RUN:     --use-make %S/Inputs/test-suite-cmake/fake-make \
# RUN:     --use-lit %S/Inputs/test-suite-cmake/fake-lit \
# RUN:     --cflags "-Wall -test=escaped\ space -some-option='stay with me' -O3" \
# RUN:     > %t.log 2> %t.err
# RUN: FileCheck --check-prefix CHECK-CFLAG4 < %t.err %s
# CHECK-CFLAG4: Inferred C++ compiler under test
# CHECK-CFLAG4: CMAKE_C_FLAGS: '-Wall '-test=escaped space' '-some-option=stay with me' -O3