bolt/deps/llvm-18.1.8/llvm/test/tools/yaml2obj/help.test
2025-02-14 19:21:04 +01:00

11 lines
525 B
Text

## Show that help text is printed correctly when requested.
# RUN: yaml2obj -h | FileCheck %s --check-prefixes=CHECK,CATEG --implicit-check-not=Options:
# RUN: yaml2obj --help | FileCheck %s --check-prefixes=CHECK,CATEG --implicit-check-not=Options:
# RUN: yaml2obj --help-list | FileCheck %s --implicit-check-not=Options:
# CHECK: OVERVIEW: Create an object file from a YAML description
# CHECK: USAGE: yaml2obj{{(.exe)?}} [options] <input file>{{$}}
# CHECK: OPTIONS:
# CATEG: Generic Options:
# CATEG: yaml2obj Options: