aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
diff options
context:
space:
mode:
authorLukas Oesch <lukasoesch20@gmail.com>2026-04-08 16:21:33 +0200
committerLukas Oesch <lukasoesch20@gmail.com>2026-04-11 07:58:22 +0200
commite2c08ddb3d79f946399ca5d3bc07b4e6c4de9328 (patch)
treed22d1c86eabd3924ca2e9b960cc8b8afcb5ddccd /kernel/CMakeLists.txt
parent210d55251dc7143da9e099c6fc6b8d0f465d4153 (diff)
downloadteachos-e2c08ddb3d79f946399ca5d3bc07b4e6c4de9328.tar.xz
teachos-e2c08ddb3d79f946399ca5d3bc07b4e6c4de9328.zip
add dentry 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 74233cb..85c7661 100644
--- a/kernel/CMakeLists.txt
+++ b/kernel/CMakeLists.txt
@@ -126,6 +126,9 @@ else()
"src/memory/bitmap_allocator.tests.cpp"
"src/memory/block_list_allocator.tests.cpp"
+ # Filesystem Subsystem Tests
+ "src/filesystem/dentry.tests.cpp"
+
# Storage Subsystem Tests
"src/devices/storage/ram_disk/device.tests.cpp"
)