From: Hans Wennborg Date: Wed, 16 Jul 2014 00:55:31 +0000 (+0000) Subject: Add a test for wildcard expansion on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aec443979d143c55dac61e273a879c496fdae96;p=clang Add a test for wildcard expansion on Windows This depends on LLVM r213114 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213115 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/Inputs/wildcard1.c b/test/Driver/Inputs/wildcard1.c new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/Driver/Inputs/wildcard2.c b/test/Driver/Inputs/wildcard2.c new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/Driver/windows-wildcard-expansion.c b/test/Driver/windows-wildcard-expansion.c new file mode 100644 index 0000000000..5824df09fd --- /dev/null +++ b/test/Driver/windows-wildcard-expansion.c @@ -0,0 +1,6 @@ +// Clang does wildcard expansion on Windows. On other OSs, it's done by the shell. +// REQUIRES: system-windows + +// RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s +// CHECK: wildcard1.c +// CHECK: wildcard2.c