xref: /llvm-project/llvm/test/tools/llvm-lib/tool-name.test (revision 4d53b99c5df2c83172d23521d1b1ab8361d6de92)
1## Don't make symlinks on Windows.
2# UNSUPPORTED: system-windows
3
4# RUN: rm -rf %t
5# RUN: mkdir %t
6## See D44808, MSBuild runs Lib.exe
7# RUN: ln -s llvm-lib %t/Lib.exe
8# RUN: ln -s llvm-lib %t/llvm-lib-10
9
10# RUN: llvm-lib '/?' | FileCheck %s
11# RUN: %t/Lib.exe '/?' | FileCheck %s
12# RUN: %t/llvm-lib-10 '/?' | FileCheck %s
13
14# CHECK: USAGE: llvm-lib
15