blob: 291e13cd4a263b828bfd3e6344a4248f3b57e899 [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
Jonas Devliegherefb540742018-06-23 16:49:07 +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
Jonas Devliegherefb540742018-06-23 16:49:07 +00009INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'?
Brian Gesiak7b84de72018-01-05 17:10:39 +000010