17 lines
888 B
Text
17 lines
888 B
Text
## This test checks that the help message is displayed correctly.
|
|
|
|
# RUN: llvm-libtool-darwin -h | \
|
|
# RUN: FileCheck --check-prefixes=LIBTOOL-USAGE %s --match-full-lines --implicit-check-not="General options:"
|
|
# RUN: llvm-libtool-darwin -help | \
|
|
# RUN: FileCheck --check-prefixes=LIBTOOL-USAGE %s --match-full-lines --implicit-check-not="General options:"
|
|
# RUN: llvm-libtool-darwin --help | \
|
|
# RUN: FileCheck --check-prefixes=LIBTOOL-USAGE %s --match-full-lines --implicit-check-not="General options:"
|
|
|
|
# RUN: not llvm-libtool-darwin -abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s
|
|
# RUN: not llvm-libtool-darwin --abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s
|
|
|
|
# LIBTOOL-USAGE: OVERVIEW: llvm-libtool-darwin
|
|
# LIBTOOL-USAGE: USAGE: llvm-libtool-darwin{{(\.exe)?}} [options] <input files>
|
|
# LIBTOOL-USAGE: OPTIONS:
|
|
|
|
# UNKNOWN-ARG: unknown argument '{{-+}}abcabc'
|