diff options
| author | Rémi Verschelde | 2017-01-08 21:33:23 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-08 21:33:37 +0100 |
| commit | 8b7a86ec7b7bc4bb115f45545aa062cba47022bc (patch) | |
| tree | a5e904e935bf54ef3a8e61c485b0f8e2a3d96a62 /main/main.cpp | |
| parent | 5bfa4227b309062b3ec9651a5d0c1e560a3f9863 (diff) | |
| download | godot-8b7a86ec7b7bc4bb115f45545aa062cba47022bc.tar.gz godot-8b7a86ec7b7bc4bb115f45545aa062cba47022bc.tar.zst godot-8b7a86ec7b7bc4bb115f45545aa062cba47022bc.zip | |
Move tests again from core to main
As advised by @reduz, as tests depend on other libs.
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index e3827b9ba..8d8aa9b5c 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -47,7 +47,7 @@ #include "script_language.h" #include "io/resource_loader.h" -#include "core/tests/test_main.h" +#include "main/tests/test_main.h" #include "os/dir_access.h" #include "core/io/ip.h" #include "scene/resources/packed_scene.h" |
