1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:57:36 +00:00

Tests: Add test for raise

This commit is contained in:
Michel Hermier 2021-12-17 18:16:06 +01:00 committed by Brian Gianforcaro
parent 0ec35d6d81
commit c22c1900c0
2 changed files with 18 additions and 0 deletions

View file

@ -11,6 +11,7 @@ set(TEST_SOURCES
TestLibCTime.cpp
TestMemmem.cpp
TestQsort.cpp
TestRaise.cpp
TestRealpath.cpp
TestScanf.cpp
TestSearch.cpp