1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:37:35 +00:00

crash: Run automatically during CI

This commit is contained in:
Ben Wiederhake 2021-09-15 21:51:40 +02:00 committed by Brian Gianforcaro
parent e8d37b7b17
commit c680ef0a09
3 changed files with 28 additions and 24 deletions

View file

@ -29,6 +29,8 @@ foreach(source IN LISTS TEST_SOURCES)
install(TARGETS "${test_name}" RUNTIME DESTINATION usr/Tests/Kernel/Legacy)
endforeach()
serenity_test("crash.cpp" Kernel MAIN_ALREADY_DEFINED)
set(LIBTEST_BASED_SOURCES
TestEFault.cpp
TestKernelAlarm.cpp