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 38b066fcbe..ec48588c6f 100644 --- a/Tests/AK/CMakeLists.txt +++ b/Tests/AK/CMakeLists.txt @@ -26,6 +26,7 @@ set(AK_TEST_SOURCES TestEnumBits.cpp TestFind.cpp TestFixedArray.cpp + TestFloatingPoint.cpp TestFormat.cpp TestGenericLexer.cpp TestHashFunctions.cpp |