aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-01 21:16:10 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-01 21:16:10 +0200
commitf8456a8709b6894166865eb4ca067604f480eb7f (patch)
treec6768d7afaedff5cec060cd5b11428c4e688371f /kernel/CMakeLists.txt
parentdc64b1cba4677b40c9dda31ecd5109507837b817 (diff)
downloadteachos-f8456a8709b6894166865eb4ca067604f480eb7f.tar.xz
teachos-f8456a8709b6894166865eb4ca067604f480eb7f.zip
kernel/tests: add basic heap allocator tests
Diffstat (limited to 'kernel/CMakeLists.txt')
-rw-r--r--kernel/CMakeLists.txt1
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"