summaryrefslogtreecommitdiff
path: root/Tests/AK/CMakeLists.txt
diff options
context:
space:
mode:
authorMax Wipfli <mail@maxwipfli.ch>2021-06-01 16:14:01 +0200
committerAndreas Kling <kling@serenityos.org>2021-06-03 13:31:46 +0200
commit1c9d87c4558304cf2e955df7e4c49f9f60cd55f2 (patch)
treed443b6d24a99d2c570bfe9386e403655041d36ed /Tests/AK/CMakeLists.txt
parentf4a4c36fa0a95211ebbfc8475c4697ea1f2eded2 (diff)
downloadserenity-1c9d87c4558304cf2e955df7e4c49f9f60cd55f2.zip
Tests: Add tests for most functions in AK/CharacterType.h
Diffstat (limited to 'Tests/AK/CMakeLists.txt')
-rw-r--r--Tests/AK/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/AK/CMakeLists.txt b/Tests/AK/CMakeLists.txt
index 8ac2f2d60e..4469057dd1 100644
--- a/Tests/AK/CMakeLists.txt
+++ b/Tests/AK/CMakeLists.txt
@@ -10,6 +10,7 @@ set(AK_TEST_SOURCES
TestBitCast.cpp
TestBitmap.cpp
TestByteBuffer.cpp
+ TestCharacterTypes.cpp
TestChecked.cpp
TestCircularDeque.cpp
TestCircularDuplexStream.cpp