summaryrefslogtreecommitdiff
path: root/tests/SCsub
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-02 09:39:29 +0200
committerGitHub <noreply@github.com>2020-09-02 09:39:29 +0200
commit39228830ce726657d4b81a5eab0d68cf9530434d (patch)
treebfba93bc14d1ff1010f99daebc03946423c04d54 /tests/SCsub
parent6e89d371cee27974ce73200d788522329900d517 (diff)
parent0cc05c5a31b6c6d3db76b5982f3f36919e137500 (diff)
Merge pull request #41355 from Xrayez/port-gdscript-tests
Port GDScript test/debugging tools
Diffstat (limited to 'tests/SCsub')
-rw-r--r--tests/SCsub3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/SCsub b/tests/SCsub
index 84c9fc1ffe..a2864d805b 100644
--- a/tests/SCsub
+++ b/tests/SCsub
@@ -6,9 +6,6 @@ env.tests_sources = []
env_tests = env.Clone()
-# Enable test framework and inform it of configuration method.
-env_tests.Append(CPPDEFINES=["DOCTEST_CONFIG_IMPLEMENT"])
-
# We must disable the THREAD_LOCAL entirely in doctest to prevent crashes on debugging
# Since we link with /MT thread_local is always expired when the header is used
# So the debugger crashes the engine and it causes weird errors