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:
parent
45525d4f85
commit
5875e66531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue