Files
mango/include/kernel/test.h

15 lines
156 B
C
Raw Normal View History

2026-02-19 19:13:44 +00:00
#ifndef KERNEL_TEST_H_
#define KERNEL_TEST_H_
#ifdef __cplusplus
extern "C" {
#endif
extern int run_all_tests(void);
#ifdef __cplusplus
}
#endif
#endif