blob: c8d5ce1ee5412dc564ef0871e2b6854a10602626 [file] [log] [blame]
Eric Beckmann5d77c202017-07-18 02:18:19 +00001RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP
Eric Beckmann82998502017-07-17 21:35:12 +00002
Eric Beckmann82998502017-07-17 21:35:12 +00003HELP: OVERVIEW: Manifest Tool
Eric Beckmann91d8af52017-08-19 00:37:41 +00004
5RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID
Brian Gesiak7b84de72018-01-05 17:10:39 +00006INVALID: llvm-mt error: invalid option '/foo'
Eric Beckmann91d8af52017-08-19 00:37:41 +00007
Brian Gesiak7b84de72018-01-05 17:10:39 +00008RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE
9INVALID-BUT-CLOSE: llvm-mt error: invalid option '/oyt:{{.*}}/help.test.tmp', did you mean '/out:{{.*}}/help.test.tmp'?
10