summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-09-13 00:00:23 +0300
committerAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-09-13 00:14:51 +0300
commit4e6b5169b072bb160ba355f59bae02915426abb6 (patch)
treeeef3c396196ef8739992db8d1ddc6372050002ab /tests/test_main.cpp
parentac69f092fc9d841dc575afdd20dcfbcca3afd946 (diff)
Add a test suite for `List`
Adds a number of test cases for `List::swap()`.
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 4e172caadb..f0dec22738 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -39,6 +39,7 @@
#include "test_expression.h"
#include "test_gradient.h"
#include "test_gui.h"
+#include "test_list.h"
#include "test_math.h"
#include "test_oa_hash_map.h"
#include "test_ordered_hash_map.h"