From dff7a0299c3fbee332f7942c8af674ac5ab1a102 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 28 Oct 2015 02:42:54 +0000 Subject: Produce a lit.site.cfg in the build directory This way the build directory does not need to be a subdirectory of the sourcedir. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@251483 91177308-0d34-0410-b5e6-96231b3b80d8 --- lit.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'lit.cfg') diff --git a/lit.cfg b/lit.cfg index 11809d97..175987a4 100644 --- a/lit.cfg +++ b/lit.cfg @@ -42,5 +42,4 @@ config.name = 'test-suite' config.test_format = TestSuiteTest() config.suffixes = ['.test'] -config.test_source_root = os.path.dirname(__file__) config.excludes = ['ABI-Testsuite'] -- cgit v1.2.3