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 7bf3e85110..27751cbaa4 100644 --- a/Tests/AK/CMakeLists.txt +++ b/Tests/AK/CMakeLists.txt @@ -52,6 +52,7 @@ set(AK_TEST_SOURCES TestNonnullRefPtr.cpp TestNumberFormat.cpp TestOptional.cpp + TestOwnPtr.cpp TestPrint.cpp TestQueue.cpp TestQuickSort.cpp |