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, 0 insertions, 6 deletions
diff --git a/src/kernel/core/test.h b/src/kernel/core/test.h
deleted file mode 100644
index ee689c6..0000000
--- a/src/kernel/core/test.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef DEF_TEST_H
-#define DEF_TEST_H
-
-void test_run(); //run basic unit tests on kmalloc() and kfree()
-
-#endif