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:
parent
4e0adb638d
commit
420f78ca8b
2 changed files with 104 additions and 0 deletions
|
@ -10,6 +10,7 @@ set(TEST_SOURCES
|
|||
TestLibCString.cpp
|
||||
TestLibCTime.cpp
|
||||
TestMalloc.cpp
|
||||
TestMemalign.cpp
|
||||
TestMemmem.cpp
|
||||
TestMkDir.cpp
|
||||
TestQsort.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue