diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 17:29:25 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 17:29:25 +0200 |
| commit | 825d8bafef152a52cd76851764913fb12cdc685d (patch) | |
| tree | 59fab650c3c5c6a37c172014877b27b4916ef45c /kernel/kstd | |
| parent | b078f2bf4726b5c62584cebd84107ac1028bb083 (diff) | |
| download | teachos-825d8bafef152a52cd76851764913fb12cdc685d.tar.xz teachos-825d8bafef152a52cd76851764913fb12cdc685d.zip | |
kernel/test: rename test include to test_support
Diffstat (limited to 'kernel/kstd')
| -rw-r--r-- | kernel/kstd/print.tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kstd/print.tests.cpp b/kernel/kstd/print.tests.cpp index 2ab829c..f8e600f 100644 --- a/kernel/kstd/print.tests.cpp +++ b/kernel/kstd/print.tests.cpp @@ -1,6 +1,6 @@ #include "kstd/print" -#include "kernel/tests/log_buffer.hpp" +#include "kernel/test_support/log_buffer.hpp" #include <catch2/catch_test_macros.hpp> |
