summaryrefslogtreecommitdiff
path: root/src/kernel/core/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/core/test.h')
-rw-r--r--src/kernel/core/test.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/core/test.h b/src/kernel/core/test.h
new file mode 100644
index 0000000..ee689c6
--- /dev/null
+++ b/src/kernel/core/test.h
@@ -0,0 +1,6 @@
+#ifndef DEF_TEST_H
+#define DEF_TEST_H
+
+void test_run(); //run basic unit tests on kmalloc() and kfree()
+
+#endif