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

Tests: Add tests for posix_memalign(3) and aligned_alloc(3)

This commit is contained in:
Peter Elliott 2022-05-04 23:21:45 -06:00 committed by Andreas Kling
parent 4e0adb638d
commit 420f78ca8b
2 changed files with 104 additions and 0 deletions

View file

@ -10,6 +10,7 @@ set(TEST_SOURCES
TestLibCString.cpp
TestLibCTime.cpp
TestMalloc.cpp
TestMemalign.cpp
TestMemmem.cpp
TestMkDir.cpp
TestQsort.cpp