diff options
Diffstat (limited to 'AK/Tests/CMakeLists.txt')
-rw-r--r-- | AK/Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Tests/CMakeLists.txt b/AK/Tests/CMakeLists.txt index c7057d5a9d..3d5bc360a2 100644 --- a/AK/Tests/CMakeLists.txt +++ b/AK/Tests/CMakeLists.txt @@ -7,6 +7,7 @@ set(AK_TEST_SOURCES TestAtomic.cpp TestBadge.cpp TestBase64.cpp + TestBinaryHeap.cpp TestBinarySearch.cpp TestBitmap.cpp TestByteBuffer.cpp |