aboutsummaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-10-26 09:05:01 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:45 +0000
commite8a55dfb02f998ebdfe6ec2a06cd976206c0065f (patch)
tree9baac1ecfdfd3979262878e9c95a95c58104dac6 /tests/SConscript
parente55a013bfdd8238addad8449daa1fb91378eadae (diff)
downloadComputeLibrary-e8a55dfb02f998ebdfe6ec2a06cd976206c0065f.tar.gz
COMPMID-1685: Allow build_dir to be an absolute path
Change-Id: I875ffe0ccec3aa4f53bfb68d82e2a7292ab83358 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/155348 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 1fed6ca0db..2e265a13ce 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -79,7 +79,6 @@ if env['internal_only']:
test_env.Append(CPPPATH = ["#3rdparty/include"])
test_env.Append(LIBPATH = ["#3rdparty/%s/%s" % (env['os'], env['arch'])])
-test_env.Append(LIBPATH = ["#build/%s" % env['build_dir']])
common_files = Glob('*.cpp')
common_objects = [test_env.StaticObject(f) for f in common_files]