mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
Tests: ASCII-betical-ize CMakeLists AK tests
This commit is contained in:
parent
45525d4f85
commit
5875e66531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue