serenity/Userland/Libraries/LibTest
Hendiadyoin1 ed46d52252 Everywhere: Use AK/Math.h if applicable
AK's version should see better inlining behaviors, than the LibM one.
We avoid mixed usage for now though.

Also clean up some stale math includes and improper floatingpoint usage.
2021-07-19 16:34:21 +04:30
..
CMakeLists.txt
CrashTest.cpp LibTest: Clear core dump flag for CrashTest child processes 2021-07-06 17:22:45 +02:00
CrashTest.h
JavaScriptTestRunner.h LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
JavaScriptTestRunnerMain.cpp Everywhere: Prefer using "..."sv over StringView { "..." } 2021-07-04 14:24:03 +02:00
Macros.h Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
Results.h Base+Utilities: Add run-tests program to run system tests with LibTest 2021-06-30 08:18:28 +04:30
TestCase.h
TestMain.cpp
TestRunner.h LibTest/Utilities: Add method for TestRunner to print failed test names 2021-07-19 05:17:05 +04:30
TestSuite.cpp
TestSuite.h