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
Notes: sideshowbarker 2024-07-17 07:38:17 +09:00

View file

@ -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