summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/help.test
blob: 291e13cd4a263b828bfd3e6344a4248f3b57e899 (plain)
1
2
3
4
5
6
7
8
9
10
RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP

HELP:      OVERVIEW: Manifest Tool

RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID
INVALID: llvm-mt: error: invalid option '/foo'

RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE
INVALID-BUT-CLOSE: llvm-mt: error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'?

OpenPOWER on IntegriCloud