## 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