diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 19:06:44 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 19:06:44 +0100 |
| commit | f7023f6a08e117d483b5928fd4301062a3384abf (patch) | |
| tree | f54dd01bc5d631bff278473fed5b481db95771b9 /test | |
| parent | 49557a1b13301be0cf734e9e396940345fe6ee51 (diff) | |
feat: kernel: JSON/TOML improvements and UPS/Interrupt improvements.
details:
- Interrupt: ARM64 specific HAL fix.
- UPS: Remove DoVet method.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test')
| -rw-r--r-- | test/kout_test/kout.test.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/kout_test/kout.test.cc b/test/kout_test/kout.test.cc new file mode 100644 index 00000000..595a9397 --- /dev/null +++ b/test/kout_test/kout.test.cc @@ -0,0 +1,5 @@ +/// \file kout.test.cc +/// \brief Konsole Out tests. + +/// \brief Main entrypoint function. +void test_main() {}
\ No newline at end of file |
