mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
LibTest: Move Crash testing facility from crash.cpp to LibTest
This commit is contained in:
parent
9720ad3901
commit
4c0d3f47e1
5 changed files with 105 additions and 65 deletions
|
@ -2,6 +2,7 @@ serenity_install_sources("Userland/Libraries/LibTest")
|
|||
|
||||
set(SOURCES
|
||||
TestSuite.cpp
|
||||
CrashTest.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibTest test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue