diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-13 15:38:08 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-13 15:38:08 +0200 |
| commit | cd1dd2037cbe1d5f1362202d3127640406b468b8 (patch) | |
| tree | 40a2b184afa70b1eca1bcdb2fd9ab7d66a96c864 /libs/kstd/CMakeLists.txt | |
| parent | a0720bbe3cdfe3174e3d064356b21f0fcd37832e (diff) | |
| download | teachos-cd1dd2037cbe1d5f1362202d3127640406b468b8.tar.xz teachos-cd1dd2037cbe1d5f1362202d3127640406b468b8.zip | |
kstd: add basic format and format_to tests
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index f7c771b..ced3138 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -44,6 +44,7 @@ if(CMAKE_CROSSCOMPILING) else() add_executable("kstd_tests" "tests/src/flat_map.cpp" + "tests/src/format.cpp" "tests/src/vector.cpp" "tests/src/observer_ptr.cpp" "tests/src/os_panic.cpp" |
