diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:38:33 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:38:33 -0500 |
| commit | b456c928fecf78157270b052e441a427f06afdda (patch) | |
| tree | 2dbea485a392789fc67aa590f8a7afb9f263be3c /public/frameworks/KernelTest.fwrk/src | |
| parent | bb303088aa2ed0693e19e93158155dd85783ce76 (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.cc | 21 |
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 |
