1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Userland
Brian Gianforcaro 0a49877fdc LibTest + test-js: Add initial skelaton of LibTest and migrate code there.
The test-js reporter is arguably the nicest test runner / reporter that
exists in the serenity code base. To the goal of leveling up all the
other unit test environments, start a new LibTest library so that we
can share code and reporting utilities to make all the test systems
look and behave similarly.
2021-03-01 11:17:05 +01:00
..
Applications FileManager: Focus on file when opening file's location from Properties 2021-03-01 11:16:18 +01:00
Demos WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00
DevTools Profiler: Print addresses as pointers in new Samples view 2021-03-01 11:12:53 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibTest + test-js: Add initial skelaton of LibTest and migrate code there. 2021-03-01 11:17:05 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services FileManager+LaunchServer: Add launching FileManager with focus on file 2021-03-01 11:16:18 +01:00
Shell Shell: Remove WAITID_ONCE workaround 2021-02-28 18:19:37 +01:00
Tests Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
Utilities LibTest + test-js: Add initial skelaton of LibTest and migrate code there. 2021-03-01 11:17:05 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00