xref: /llvm-project/llvm/test/tools/llvm-ar/case-detection.test (revision 30cb220115892875501835627be3f5e6ef01cddd)
1-- Test CamelCase tool name to ensure detection works properly
2
3REQUIRES: system-windows
4RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj
5RUN: rm -rf %t1
6RUN: mkdir %t1
7RUN: cp llvm-ar %t1/Lib
8RUN: %t1/Lib /OUT:%t.lib %t.obj | FileCheck %s -allow-empty
9RUN: cp llvm-ar %t1/Ar
10RUN: %t1/Ar crs %t.ar %t.obj | FileCheck %s -allow-empty
11
12CHECK-NOT: OVERVIEW: LLVM Archiver (llvm-ar)
13