Eric Beckmann | 5d77c20 | 2017-07-18 02:18:19 +0000 | [diff] [blame] | 1 | RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP |
Eric Beckmann | 8299850 | 2017-07-17 21:35:12 +0000 | [diff] [blame] | 2 | |
Eric Beckmann | 8299850 | 2017-07-17 21:35:12 +0000 | [diff] [blame] | 3 | HELP: OVERVIEW: Manifest Tool |
Eric Beckmann | 91d8af5 | 2017-08-19 00:37:41 +0000 | [diff] [blame] | 4 | |
| 5 | RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID |
Jonas Devlieghere | fb54074 | 2018-06-23 16:49:07 +0000 | [diff] [blame] | 6 | INVALID: llvm-mt: error: invalid option '/foo' |
Eric Beckmann | 91d8af5 | 2017-08-19 00:37:41 +0000 | [diff] [blame] | 7 | |
Brian Gesiak | 7b84de7 | 2018-01-05 17:10:39 +0000 | [diff] [blame] | 8 | RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE |
Jonas Devlieghere | fb54074 | 2018-06-23 16:49:07 +0000 | [diff] [blame] | 9 | INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'? |
Brian Gesiak | 7b84de7 | 2018-01-05 17:10:39 +0000 | [diff] [blame] | 10 | |