summaryrefslogtreecommitdiff
path: root/main/tests/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/SCsub')
-rw-r--r--main/tests/SCsub3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/tests/SCsub b/main/tests/SCsub
index bb44e9e5da..26a0819ee8 100644
--- a/main/tests/SCsub
+++ b/main/tests/SCsub
@@ -9,6 +9,5 @@ Export('env')
# SConscript('math/SCsub');
-lib = env.Library("tests", env.tests_sources)
-env.NoCache(lib)
+lib = env.add_library("tests", env.tests_sources)
env.Prepend(LIBS=[lib])