1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 05:07:45 +00:00

Tests: Add test for assert

This commit is contained in:
Michel Hermier 2021-12-15 00:37:40 +01:00 committed by Brian Gianforcaro
parent 181f759dc9
commit 0ec35d6d81
2 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
TestAbort.cpp
TestAssert.cpp
TestIo.cpp
TestLibCExec.cpp
TestLibCDirEnt.cpp