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

Tests: Test whether stdio streams are flushed correctly on exit

This commit is contained in:
Daniel Bertalan 2022-01-16 09:03:46 +01:00 committed by Brian Gianforcaro
parent a1dfa1efb2
commit 6e00dd64a1
2 changed files with 43 additions and 0 deletions

View file

@ -18,6 +18,7 @@ set(TEST_SOURCES
TestSearch.cpp
TestSnprintf.cpp
TestStackSmash.cpp
TestStdio.cpp
TestStrlcpy.cpp
TestStrtodAccuracy.cpp
TestWchar.cpp