Add syscalls test

This commit is contained in:
Alex
2023-05-05 17:10:44 +03:00
parent d472fddb61
commit 39c3d4e2f2
3 changed files with 105 additions and 2 deletions

View File

@ -23,6 +23,7 @@
void TestString();
void TestMemoryAllocation();
EXTERNC void TestSyscalls();
#endif // DEBUG
#endif // !__FENNIX_KERNEL_non_constructor_tests_H__