diff --git a/Tests/AK/CMakeLists.txt b/Tests/AK/CMakeLists.txt index d09532f91a..7bf3e85110 100644 --- a/Tests/AK/CMakeLists.txt +++ b/Tests/AK/CMakeLists.txt @@ -1,5 +1,4 @@ set(AK_TEST_SOURCES - TestFixedPoint.cpp TestAllOf.cpp TestAnyOf.cpp TestArbitrarySizedEnum.cpp @@ -27,6 +26,7 @@ set(AK_TEST_SOURCES TestEnumBits.cpp TestFind.cpp TestFixedArray.cpp + TestFixedPoint.cpp TestFloatingPoint.cpp TestFloatingPointParsing.cpp TestFormat.cpp