mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
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.
This commit is contained in:
parent
0b5ca28475
commit
0a49877fdc
4 changed files with 90 additions and 50 deletions
2
Userland/Libraries/LibTest/CMakeLists.txt
Normal file
2
Userland/Libraries/LibTest/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
serenity_install_sources(Libraries/LibTest)
|
Loading…
Add table
Add a link
Reference in a new issue