From: David Blaikie Date: Sat, 15 Feb 2014 05:09:38 +0000 (+0000) Subject: Move test inputs into the Inputs directory (improvement/fix to r201419) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab6e91ab6de8e89fe5ce068d5c34de706a0052bc;p=clang Move test inputs into the Inputs directory (improvement/fix to r201419) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201458 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/headermap-rel/Foo.framework/Headers/Foo.h b/test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/Foo.h similarity index 100% rename from test/Preprocessor/headermap-rel/Foo.framework/Headers/Foo.h rename to test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/Foo.h diff --git a/test/Preprocessor/headermap-rel/foo.hmap b/test/Preprocessor/Inputs/headermap-rel/foo.hmap similarity index 100% rename from test/Preprocessor/headermap-rel/foo.hmap rename to test/Preprocessor/Inputs/headermap-rel/foo.hmap diff --git a/test/Preprocessor/headermap-rel/headermap-rel.c b/test/Preprocessor/headermap-rel.c similarity index 61% rename from test/Preprocessor/headermap-rel/headermap-rel.c rename to test/Preprocessor/headermap-rel.c index 361918d99f..a3b11218d5 100644 --- a/test/Preprocessor/headermap-rel/headermap-rel.c +++ b/test/Preprocessor/headermap-rel.c @@ -2,7 +2,7 @@ // This uses a headermap with this entry: // Foo.h -> Foo/Foo.h -// RUN: %clang_cc1 -E %s -o %t.i -I %S/foo.hmap -F %S +// RUN: %clang_cc1 -E %s -o %t.i -I %S/Inputs/headermap-rel/foo.hmap -F %S/Inputs/headermap-rel // RUN: FileCheck %s -input-file %t.i // CHECK: Foo.h is parsed