aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-01 13:31:20 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-01 13:31:20 +0200
commit790ffa870dee2c14cd45f669c0eb3e95c15fd1b6 (patch)
tree87aef491cb4d43dc75b8acc5979d025d8bd1a170 /kernel/CMakeLists.txt
parent6c1921d77a6d23bd5850db5b8db20e0f1bc67f40 (diff)
downloadteachos-790ffa870dee2c14cd45f669c0eb3e95c15fd1b6.tar.xz
teachos-790ffa870dee2c14cd45f669c0eb3e95c15fd1b6.zip
kernel: add bitmap_allocator tests
Diffstat (limited to 'kernel/CMakeLists.txt')
-rw-r--r--kernel/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt
index 9db2ab7..926a682 100644
--- a/kernel/CMakeLists.txt
+++ b/kernel/CMakeLists.txt
@@ -111,6 +111,9 @@ else()
# KSTD Shim Tests
"kstd/print.tests.cpp"
+ # Memory Subsystem Tests
+ "src/memory/bitmap_allocator.tests.cpp"
+
# Test Executable Main
"src/main.tests.cpp"
)