From 790f629e5e1cccf721948b1153bb0dee139ac1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 8 Jan 2017 14:08:18 +0100 Subject: Move core engine tests to core/ --- core/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'core/SCsub') diff --git a/core/SCsub b/core/SCsub index 8d89f6427b..7e30cfa146 100644 --- a/core/SCsub +++ b/core/SCsub @@ -61,6 +61,7 @@ SConscript('os/SCsub') SConscript('math/SCsub') SConscript('io/SCsub') SConscript('bind/SCsub') +SConscript('tests/SCsub') lib = env.Library("core", env.core_sources) -- cgit v1.2.3