bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-libtool-darwin/help-message.test

18 lines
888 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
## 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'