diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 21:16:10 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 21:16:10 +0200 |
| commit | f8456a8709b6894166865eb4ca067604f480eb7f (patch) | |
| tree | c6768d7afaedff5cec060cd5b11428c4e688371f /kernel/CMakeLists.txt | |
| parent | dc64b1cba4677b40c9dda31ecd5109507837b817 (diff) | |
| download | teachos-f8456a8709b6894166865eb4ca067604f480eb7f.tar.xz teachos-f8456a8709b6894166865eb4ca067604f480eb7f.zip | |
kernel/tests: add basic heap allocator tests
Diffstat (limited to 'kernel/CMakeLists.txt')
| -rw-r--r-- | kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 4264441..1b71a5f 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -115,6 +115,7 @@ else() # Memory Subsystem Tests "src/memory/bitmap_allocator.tests.cpp" + "src/memory/block_list_allocator.tests.cpp" # Storage Subsystem Tests "src/devices/storage/ram_disk/device.tests.cpp" |
