aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests/test-data.py
blob: 628a319dd4f52f0a0886035ff6c97997678ad82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Test features related to formats which support reporting additional test data.

# RUN: %{lit} -v %{inputs}/test-data > %t.out
# RUN: FileCheck < %t.out %s

# CHECK: -- Testing:

# CHECK: PASS: test-data :: metrics.ini
# CHECK-NEXT: *** TEST 'test-data :: metrics.ini' RESULTS ***
# CHECK-NEXT: value0: 1
# CHECK-NEXT: value1: 2.3456
# CHECK-NEXT: ***