You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
416 B

! Check that lit configuration works by checking the compiler version
! VERSION-NOT:{{![[:space:]]}}
! VERSION:{{[[:space:]]}}
! VERSION-SAME:f18 compiler (under development), version {{[1-9][0-9]*.[0-9]*.[0-9]*}}
! VERSION-EMPTY:
! RUN: %f18 -V 2>&1 | FileCheck -check-prefix=VERSION %s
! RUN: %f18 -v 2>&1 | FileCheck -check-prefix=VERSION %s
! RUN: %f18 --version 2>&1 | FileCheck -check-prefix=VERSION %s