brintos

brintos / llvm-project-archived public Read only

0
0
Text · 272 B · 77b3573 Raw
8 lines · python
1# Basic sanity check for `--help` and `--version` options.2#3# RUN: %{lit} --help         | FileCheck %s --check-prefix=HELP4# RUN: %{lit} --version 2>&1 | FileCheck %s --check-prefix=VERSION5#6# HELP: usage: lit [-h]7# VERSION: lit {{[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z0-9]*}}8