[Dexter][NFC] Add Missing Commands to Commands.md Contents
[llvm-project.git] / lld / test / COFF / manifestinput-error.test
blob9d47b9c9a79e93910c0dc4074839d3302547923a
1 # UNSUPPORTED: manifest_tool
2 # UNSUPPORTED: libxml2
4 # RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
5 # RUN: not lld-link /out:%t.exe /entry:main \
6 # RUN:   /manifest:embed \
7 # RUN:   /manifestuac:"level='requireAdministrator'" \
8 # RUN:   /manifestinput:%p/Inputs/manifestinput.test %t.obj 2>&1 | FileCheck %s
10 # CHECK: error: unable to find mt.exe in PATH: {{[Nn]}}o such file or directory