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

Tests: Add tests for gethostbyname_r()

This commit is contained in:
Marcus Nilsson 2023-08-12 21:30:31 +02:00 committed by Andrew Kaster
parent 1a7e262752
commit 5c4b71ac67
2 changed files with 53 additions and 0 deletions

View file

@ -8,6 +8,7 @@ set(TEST_SOURCES
TestLibCDirEnt.cpp
TestLibCInodeWatcher.cpp
TestLibCMkTemp.cpp
TestLibCNetdb.cpp
TestLibCSetjmp.cpp
TestLibCString.cpp
TestLibCTime.cpp