xref: /llvm-project/llvm/test/tools/llvm-ar/help-message.test (revision a86bd22515952c184471c95aaf6273cd6a94505b)
1## Show that the help message for llvm-ar can be printed with either the long
2## flag -help or with the h modifier.
3
4# RUN: llvm-ar h | FileCheck %s
5# RUN: llvm-ar xh | FileCheck %s
6# RUN: llvm-ar -h | FileCheck %s
7# RUN: llvm-ar -xh | FileCheck %s
8# RUN: llvm-ar -help | FileCheck %s
9# RUN: llvm-ar --help | FileCheck %s
10
11# CHECK: USAGE: llvm-ar
12