summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTest/TestSuite.h
AgeCommit message (Expand)Author
2023-03-09LibTest: Add option to run each benchmark several timesDan Klishch
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-08-31LibTest: Add TEST_SETUP macro that runs before all test casesPeter Elliott
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster