From: Martin Storsjo Date: Thu, 2 Nov 2017 20:05:20 +0000 (+0000) Subject: [test] Move llvm-lib tests into tools/llvm-lib. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce68f2c6292da52ec79f7318092f4b3f8bc02dd7;p=llvm [test] Move llvm-lib tests into tools/llvm-lib. NFC. Similarly to SVN r317189 for llvm-dlltool, these are probably easier to find in a tools subdirectory with a name identical to the tool, than in a toplevel directory with a different name. This matches the move of LibDriver itself in SVN r302995. Differential Revision: https://reviews.llvm.org/D39531 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/LibDriver/Inputs/a.s b/test/tools/llvm-lib/Inputs/a.s similarity index 100% rename from test/LibDriver/Inputs/a.s rename to test/tools/llvm-lib/Inputs/a.s diff --git a/test/LibDriver/Inputs/b.s b/test/tools/llvm-lib/Inputs/b.s similarity index 100% rename from test/LibDriver/Inputs/b.s rename to test/tools/llvm-lib/Inputs/b.s diff --git a/test/LibDriver/Inputs/cl-gl.obj b/test/tools/llvm-lib/Inputs/cl-gl.obj similarity index 100% rename from test/LibDriver/Inputs/cl-gl.obj rename to test/tools/llvm-lib/Inputs/cl-gl.obj diff --git a/test/LibDriver/Inputs/resource.res b/test/tools/llvm-lib/Inputs/resource.res similarity index 100% rename from test/LibDriver/Inputs/resource.res rename to test/tools/llvm-lib/Inputs/resource.res diff --git a/test/LibDriver/infer-output-path.test b/test/tools/llvm-lib/infer-output-path.test similarity index 100% rename from test/LibDriver/infer-output-path.test rename to test/tools/llvm-lib/infer-output-path.test diff --git a/test/LibDriver/invalid.test b/test/tools/llvm-lib/invalid.test similarity index 100% rename from test/LibDriver/invalid.test rename to test/tools/llvm-lib/invalid.test diff --git a/test/LibDriver/libpath.test b/test/tools/llvm-lib/libpath.test similarity index 100% rename from test/LibDriver/libpath.test rename to test/tools/llvm-lib/libpath.test diff --git a/test/LibDriver/lit.local.cfg b/test/tools/llvm-lib/lit.local.cfg similarity index 100% rename from test/LibDriver/lit.local.cfg rename to test/tools/llvm-lib/lit.local.cfg diff --git a/test/LibDriver/no-inputs.test b/test/tools/llvm-lib/no-inputs.test similarity index 100% rename from test/LibDriver/no-inputs.test rename to test/tools/llvm-lib/no-inputs.test diff --git a/test/LibDriver/resource.test b/test/tools/llvm-lib/resource.test similarity index 100% rename from test/LibDriver/resource.test rename to test/tools/llvm-lib/resource.test diff --git a/test/LibDriver/thin.test b/test/tools/llvm-lib/thin.test similarity index 100% rename from test/LibDriver/thin.test rename to test/tools/llvm-lib/thin.test diff --git a/test/LibDriver/use-paths.test b/test/tools/llvm-lib/use-paths.test similarity index 100% rename from test/LibDriver/use-paths.test rename to test/tools/llvm-lib/use-paths.test