mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
12 lines
252 B
C
12 lines
252 B
C
#ifndef __FENNIX_KERNEL_non_constructor_tests_H__
|
|
#define __FENNIX_KERNEL_non_constructor_tests_H__
|
|
#ifdef DEBUG
|
|
|
|
#include <types.h>
|
|
|
|
void TestString();
|
|
void TestMemoryAllocation();
|
|
|
|
#endif // DEBUG
|
|
#endif // !__FENNIX_KERNEL_non_constructor_tests_H__
|