aboutsummaryrefslogtreecommitdiff
path: root/tests/runtest/test_suite-compile-only.shtest
blob: 215bb5716e6a5f1f85294f1987da37463be350ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Check running with compile only
# 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-profile \
# RUN:     --verbose \
# RUN:     --only-compile \
# RUN:     > %t.pgo.log 2> %t.compile-only.err
# RUN: FileCheck --check-prefix CHECK-CO < %t.compile-only.err %s
# CHECK-CO: TEST_SUITE_RUN_BENCHMARKS: 'Off'