Files
magenta/include/mango/test.h
T
2024-11-02 11:31:51 +00:00

15 lines
154 B
C

#ifndef MANGO_TEST_H_
#define MANGO_TEST_H_
#ifdef __cplusplus
extern "C" {
#endif
extern int run_all_tests(void);
#ifdef __cplusplus
}
#endif
#endif