diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-05-19 19:23:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 19:23:44 +0200 |
commit | 928fb7ae0faceb1afab75d15c3e3ee36ab534499 (patch) | |
tree | 99bf5a8be09b80c24cf05baf1ab0f98192145949 /tests/test_main.cpp | |
parent | f1f5b92b8e84541759e7dc38aa85da036027ba06 (diff) | |
parent | 114d556a4221518f048f73234559b8716afb33c6 (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.cpp | 1 |
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" |