diff options
| author | Rémi Verschelde | 2017-01-08 14:08:18 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-12 19:15:30 +0100 |
| commit | ff490e42da1afcdedd5e8b9ba8607e6cef6413cb (patch) | |
| tree | 2299d50c5c81633f96ff959c0e9c060ecf5646b3 /SConstruct | |
| parent | b1fc41a3011d91b3625419e86d27085fb165b573 (diff) | |
| download | godot-ff490e42da1afcdedd5e8b9ba8607e6cef6413cb.tar.gz godot-ff490e42da1afcdedd5e8b9ba8607e6cef6413cb.tar.zst godot-ff490e42da1afcdedd5e8b9ba8607e6cef6413cb.zip | |
Move core engine tests to main
(cherry picked from commits 790f629e5e1cccf721948b1153bb0dee139ac1a5
and 8b7a86ec7b7bc4bb115f45545aa062cba47022bc)
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 127b3ff35..c529021d5 100644 --- a/SConstruct +++ b/SConstruct @@ -1,3 +1,4 @@ + #!/usr/bin/env python EnsureSConsVersion(0, 14) @@ -360,7 +361,6 @@ if selected_platform in platform_list: SConscript("scene/SCsub") SConscript("tools/SCsub") SConscript("drivers/SCsub") - SConscript("bin/SCsub") SConscript("modules/SCsub") SConscript("main/SCsub") |
