1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:47:44 +00:00

Tests: ASCII-betical-ize CMakeLists AK tests

This commit is contained in:
Lenny Maiorani 2022-12-16 12:42:10 -07:00 committed by Andreas Kling
parent 45525d4f85
commit 5875e66531

View file

@ -1,5 +1,4 @@
set(AK_TEST_SOURCES set(AK_TEST_SOURCES
TestFixedPoint.cpp
TestAllOf.cpp TestAllOf.cpp
TestAnyOf.cpp TestAnyOf.cpp
TestArbitrarySizedEnum.cpp TestArbitrarySizedEnum.cpp
@ -27,6 +26,7 @@ set(AK_TEST_SOURCES
TestEnumBits.cpp TestEnumBits.cpp
TestFind.cpp TestFind.cpp
TestFixedArray.cpp TestFixedArray.cpp
TestFixedPoint.cpp
TestFloatingPoint.cpp TestFloatingPoint.cpp
TestFloatingPointParsing.cpp TestFloatingPointParsing.cpp
TestFormat.cpp TestFormat.cpp