summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-07-26 17:04:41 +0200
committerGitHub <noreply@github.com>2020-07-26 17:04:41 +0200
commitb35be146daf5f9ddefd12d2863943c3e13d779a8 (patch)
treec40a945338cea9f9aa0fa3ff0b9fde7dafff6412 /tests/test_main.cpp
parente7a56a245461e49c2950ee1cc3442f33e792430a (diff)
parent60f53140b85748f6ce61c353facc15f45fd7ae4a (diff)
Merge pull request #40720 from Xrayez/modules-tests
Enable support for C++ modules tests
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index 91eff28f86..0fb9f2fcda 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -49,6 +49,8 @@
#include "test_string.h"
#include "test_validate_testing.h"
+#include "modules/modules_tests.gen.h"
+
#include "thirdparty/doctest/doctest.h"
const char **tests_get_names() {