diff options
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/main.cpp b/test/main.cpp index 973609f6..93652102 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -28,13 +28,13 @@ int test_app::exec() test_entity(); test_loader(); test_bitmask(); + test_wall_atlas(); + test_wall_atlas2(); test_serializer_1(); test_serializer_2(); test_math(); test_hash(); - test_wall_atlas(); test_scenery(); - test_wall_atlas2(); test_path_search_node_pool(); test_path_search(); test_dijkstra(); |