Lines Matching full:basic
1 # Check the basic discovery process, including a sub-suite.
6 # RUN: FileCheck --check-prefix=CHECK-BASIC-OUT < %t.out %s
7 # RUN: FileCheck --check-prefix=CHECK-BASIC-ERR < %t.err %s
9 # CHECK-BASIC-ERR: loading suite config '{{.*}}/discovery/lit.cfg'
10 # CHECK-BASIC-ERR-DAG: loading suite config '{{.*}}/discovery/subsuite/lit.cfg'
11 # CHECK-BASIC-ERR-DAG: loading local config '{{.*}}/discovery/subdir/lit.local.cfg'
13 # CHECK-BASIC-OUT: -- Test Suites --
14 # CHECK-BASIC-OUT: sub-suite - 2 tests
15 # CHECK-BASIC-OUT: Source Root: {{.*/discovery/subsuite$}}
16 # CHECK-BASIC-OUT: Exec Root : {{.*/discovery/subsuite$}}
17 # CHECK-BASIC-OUT: top-level-suite - 3 tests
18 # CHECK-BASIC-OUT: Source Root: {{.*/discovery$}}
19 # CHECK-BASIC-OUT: Exec Root : {{.*/discovery$}}
21 # CHECK-BASIC-OUT: -- Available Tests --
22 # CHECK-BASIC-OUT: sub-suite :: test-one
23 # CHECK-BASIC-OUT: sub-suite :: test-two
24 # CHECK-BASIC-OUT: top-level-suite :: subdir/test-three
25 # CHECK-BASIC-OUT: top-level-suite :: test-one
26 # CHECK-BASIC-OUT: top-level-suite :: test-two