diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-08 21:33:23 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-08 21:33:37 +0100 |
commit | 8b7a86ec7b7bc4bb115f45545aa062cba47022bc (patch) | |
tree | a5e904e935bf54ef3a8e61c485b0f8e2a3d96a62 /core/SCsub | |
parent | 5bfa4227b309062b3ec9651a5d0c1e560a3f9863 (diff) |
Move tests again from core to main
As advised by @reduz, as tests depend on other libs.
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index 7e30cfa146..8d89f6427b 100644 --- a/core/SCsub +++ b/core/SCsub @@ -61,7 +61,6 @@ SConscript('os/SCsub') SConscript('math/SCsub') SConscript('io/SCsub') SConscript('bind/SCsub') -SConscript('tests/SCsub') lib = env.Library("core", env.core_sources) |