summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/KernelTest.fwrk/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 21:38:33 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 21:38:33 -0500
commitb456c928fecf78157270b052e441a427f06afdda (patch)
tree2dbea485a392789fc67aa590f8a7afb9f263be3c /public/frameworks/KernelTest.fwrk/src
parentbb303088aa2ed0693e19e93158155dd85783ce76 (diff)
feat: kernel: Introduce Vet.h, better Ref.h, and more improved containers for better kernel code.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/src')
-rw-r--r--public/frameworks/KernelTest.fwrk/src/CSymbols.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/public/frameworks/KernelTest.fwrk/src/CSymbols.cc b/public/frameworks/KernelTest.fwrk/src/CSymbols.cc
deleted file mode 100644
index 575525f0..00000000
--- a/public/frameworks/KernelTest.fwrk/src/CSymbols.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ========================================
-
- Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
-
-======================================== */
-
-#include <public/frameworks/KernelTest.fwrk/headers/TestCase.h>
-
-/// ================================================================================
-/// @brief Function to run breaking test.
-/// ================================================================================
-EXTERN_C Kernel::Void KT_TestBreak() {
- KT_RUN_TEST(AlwaysBreak);
-}
-
-/// ================================================================================
-/// @brief Function to run passing test.
-/// ================================================================================
-EXTERN_C Kernel::Void KT_TestPass() {
- KT_RUN_TEST(AlwaysPass);
-} \ No newline at end of file