diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-08 18:52:11 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-11 08:05:47 +0200 |
| commit | bf90905a5ded3995af5677685bc31228d485e64b (patch) | |
| tree | 755058d740ae3ae2baafa9965c8207860137bdae /kernel/CMakeLists.txt | |
| parent | 869ff69ebae160006e31eb0f24ed927bb65f3c63 (diff) | |
| download | teachos-bf90905a5ded3995af5677685bc31228d485e64b.tar.xz teachos-bf90905a5ded3995af5677685bc31228d485e64b.zip | |
add test block_device
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 85c7661..12683a1 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -101,6 +101,7 @@ else() "src/test_support/kapi/cio.cpp" "src/test_support/kapi/interrupts.cpp" "src/test_support/kapi/memory.cpp" + "src/test_support/devices/block_device.cpp" "src/test_support/log_buffer.cpp" "src/test_support/output_device.cpp" "src/test_support/page_mapper.cpp" |
