summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-07-30 09:45:00 +0200
committerGitHub <noreply@github.com>2022-07-30 09:45:00 +0200
commit5c6744ae54189869580d713a6c31caa90492838a (patch)
tree9008ee5b0f3d84a5b80102a89124730dc7d00f80 /tests/test_main.cpp
parent4b377540c76f6a489b7e1bd937f73050fd0d6209 (diff)
parent208435fb90cf44cc494bc621a0424532fe13070e (diff)
Merge pull request #42069 from Calinou/test-add-os
Add a test suite for OS
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index 13cbc7f8aa..40fe562be1 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -56,6 +56,7 @@
#include "tests/core/object/test_class_db.h"
#include "tests/core/object/test_method_bind.h"
#include "tests/core/object/test_object.h"
+#include "tests/core/os/test_os.h"
#include "tests/core/string/test_node_path.h"
#include "tests/core/string/test_string.h"
#include "tests/core/string/test_translation.h"