]> granicus.if.org Git - clang/commit
Reorganize test/Modules:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 22 Jan 2015 23:07:47 +0000 (23:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 22 Jan 2015 23:07:47 +0000 (23:07 +0000)
commitcff53ae64d0d04e96c9e05293614d6b6e39c559e
treedb80f5c07b6695e5b0029334d6943070ea58a475
parent2139b1edd9c7d5c855d642d9675f29fabb3876be
Reorganize test/Modules:
 * Put all input files under Inputs/, move corresponding tests into test/Modules.
 * Rename a modulemap test file to [...].modulemap, and teach lit that such files are tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226875 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
test/Modules/Inputs/macro-reexport/a1.h [moved from test/Modules/macro-reexport/a1.h with 100% similarity]
test/Modules/Inputs/macro-reexport/a2.h [moved from test/Modules/macro-reexport/a2.h with 100% similarity]
test/Modules/Inputs/macro-reexport/b1.h [moved from test/Modules/macro-reexport/b1.h with 100% similarity]
test/Modules/Inputs/macro-reexport/b2.h [moved from test/Modules/macro-reexport/b2.h with 100% similarity]
test/Modules/Inputs/macro-reexport/c1.h [moved from test/Modules/macro-reexport/c1.h with 100% similarity]
test/Modules/Inputs/macro-reexport/d1.h [moved from test/Modules/macro-reexport/d1.h with 100% similarity]
test/Modules/Inputs/macro-reexport/d2.h [moved from test/Modules/macro-reexport/d2.h with 100% similarity]
test/Modules/Inputs/macro-reexport/e1.h [moved from test/Modules/macro-reexport/e1.h with 100% similarity]
test/Modules/Inputs/macro-reexport/e2.h [moved from test/Modules/macro-reexport/e2.h with 100% similarity]
test/Modules/Inputs/macro-reexport/f1.h [moved from test/Modules/macro-reexport/f1.h with 100% similarity]
test/Modules/Inputs/macro-reexport/module.modulemap [moved from test/Modules/macro-reexport/module.modulemap with 100% similarity]
test/Modules/Inputs/redecls/a.h [moved from test/Modules/redecls/a.h with 100% similarity]
test/Modules/Inputs/redecls/b.h [moved from test/Modules/redecls/b.h with 100% similarity]
test/Modules/Inputs/redecls/module.map [moved from test/Modules/redecls/module.map with 100% similarity]
test/Modules/Inputs/self-import-header/af.framework/Headers/a1.h [moved from test/Modules/self-import-header/af.framework/Headers/a1.h with 100% similarity]
test/Modules/Inputs/self-import-header/af.framework/Headers/a2.h [moved from test/Modules/self-import-header/af.framework/Headers/a2.h with 100% similarity]
test/Modules/Inputs/self-import-header/af.framework/module.map [moved from test/Modules/self-import-header/af.framework/module.map with 100% similarity]
test/Modules/Inputs/self-import-header/depend_builtin/h1.h [moved from test/Modules/self-import-header/depend_builtin/h1.h with 100% similarity]
test/Modules/Inputs/self-import-header/depend_builtin/module.map [moved from test/Modules/self-import-header/depend_builtin/module.map with 100% similarity]
test/Modules/dependency-gen.modulemap [moved from test/Modules/dependency-gen.modulemap.cpp with 84% similarity]
test/Modules/macro-reexport.cpp [moved from test/Modules/macro-reexport/macro-reexport.cpp with 50% similarity]
test/Modules/redecls.m [moved from test/Modules/redecls/main.m with 56% similarity]
test/Modules/self-import-header.m [moved from test/Modules/self-import-header/test.m with 64% similarity]
test/lit.cfg