1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/tools/llvm-cvtres/help.test
Eric Beckmann b3c9a7e396 Update the test framework for llvm-cvtres to be more comprehensive.
Summary: Added test cases for multiple machine types, file merging, multiple languages, and more resource types.  Also fixed new bugs these tests exposed.

Subscribers: javed.absar, llvm-commits, hiraditya

Differential Revision: https://reviews.llvm.org/D34047

llvm-svn: 305258
2017-06-13 00:16:32 +00:00

14 lines
471 B
Plaintext

; RUN: llvm-cvtres /h > %t
; RUN: FileCheck -input-file=%t %s -check-prefix=HELP_TEST
; HELP_TEST: OVERVIEW: Resource Converter
; HELP_TEST-DAG: USAGE: cvtres [options] <inputs>
; HELP_TEST-DAG: OPTIONS:
; HELP_TEST-NEXT: /DEFINE:symbol
; HELP_TEST-NEXT: /FOLDDUPS:
; HELP_TEST-NEXT: /MACHINE:{ARM|EBC|IA64|X64|X86}
; HELP_TEST-DAG: /NOLOGO
; HELP_TEST-NEXT: /OUT:filename
; HELP_TEST-NEXT: /READONLY
; HELP_TEST-NEXT: /VERBOSE