1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:37:35 +00:00

Tests: Add tests for most functions in AK/CharacterType.h

This commit is contained in:
Max Wipfli 2021-06-01 16:14:01 +02:00 committed by Andreas Kling
parent f4a4c36fa0
commit 1c9d87c455
2 changed files with 136 additions and 0 deletions

View file

@ -10,6 +10,7 @@ set(AK_TEST_SOURCES
TestBitCast.cpp
TestBitmap.cpp
TestByteBuffer.cpp
TestCharacterTypes.cpp
TestChecked.cpp
TestCircularDeque.cpp
TestCircularDuplexStream.cpp