serenity/Userland/Libraries/LibTest/CMakeLists.txt
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

2 lines
45 B
CMake

serenity_install_sources(Libraries/LibTest)