summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/KernelTest.fwrk/headers/Foundation.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/headers/Foundation.h')
-rw-r--r--public/frameworks/KernelTest.fwrk/headers/Foundation.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/Foundation.h b/public/frameworks/KernelTest.fwrk/headers/Foundation.h
new file mode 100644
index 00000000..4329af6b
--- /dev/null
+++ b/public/frameworks/KernelTest.fwrk/headers/Foundation.h
@@ -0,0 +1,16 @@
+/* ========================================
+
+ Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
+
+======================================== */
+
+#pragma once
+
+#include <KernelKit/DebugOutput.h>
+#include <NeKit/KernelPanic.h>
+
+#define KT_TEST_VERSION_BCD (0x0001)
+#define KT_TEST_VERSION "dev-nekernel-test"
+
+#define KT_TEST_SUCCESS (kErrorSuccess)
+#define KT_TEST_FAILURE (kErrorSuccess + 1)