From f7023f6a08e117d483b5928fd4301062a3384abf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 21 Dec 2025 19:06:44 +0100 Subject: 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 --- test/kout_test/kout.test.cc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/kout_test/kout.test.cc (limited to 'test') 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 -- cgit v1.2.3