| # RUN: %{llbuild} --version > %t.out | |
| # RUN: %{FileCheck} --check-prefix=CHECK-VERSION < %t.out %s | |
| # | |
| # CHECK-VERSION: llbuild version | |
| # RUN: %{llbuild} --help 2> %t.err | |
| # RUN: %{FileCheck} --check-prefix=CHECK-USAGE < %t.err %s | |
| # | |
| # CHECK-USAGE: Usage: llbuild | |