summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-19 19:23:44 +0200
committerGitHub <noreply@github.com>2021-05-19 19:23:44 +0200
commit928fb7ae0faceb1afab75d15c3e3ee36ab534499 (patch)
tree99bf5a8be09b80c24cf05baf1ab0f98192145949 /tests/test_main.cpp
parentf1f5b92b8e84541759e7dc38aa85da036027ba06 (diff)
parent114d556a4221518f048f73234559b8716afb33c6 (diff)
Merge pull request #48821 from Calinou/test-add-vector
Add a test suite for Vector
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 0e916697a0..67fb38aa86 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -77,6 +77,7 @@
#include "test_translation.h"
#include "test_validate_testing.h"
#include "test_variant.h"
+#include "test_vector.h"
#include "test_xml_parser.h"
#include "modules/modules_tests.gen.h"