diff options
Diffstat (limited to 'Tests/AK/CMakeLists.txt')
-rw-r--r-- | Tests/AK/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/AK/CMakeLists.txt b/Tests/AK/CMakeLists.txt index 588997d53b..fae14c43d6 100644 --- a/Tests/AK/CMakeLists.txt +++ b/Tests/AK/CMakeLists.txt @@ -10,6 +10,7 @@ set(AK_TEST_SOURCES TestBinarySearch.cpp TestBitCast.cpp TestBitmap.cpp + TestBitStream.cpp TestBuiltinWrappers.cpp TestByteBuffer.cpp TestCharacterTypes.cpp |