summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTest/TestSuite.cpp
AgeCommit message (Expand)Author
2023-04-03LibTest: Don't output information on tests if none existLucas CHOLLET
2023-03-09LibTest: Add option to run each benchmark several timesDan Klishch
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-21LibTest: Fix minor const-correctness issue in TestSuite::find_cases()Andreas Kling
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