From 114d556a4221518f048f73234559b8716afb33c6 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 19 May 2021 01:20:40 +0200 Subject: Add a test suite for Vector This test suite is based on the LocalVector test suite with significant changes made. --- tests/test_main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_main.cpp') 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" -- cgit v1.2.3