mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
9 lines
254 B
C
9 lines
254 B
C
#include "_unittest.h"
|
|
|
|
void _unittest__case_run(PikaObj* self,
|
|
PikaObj* test_case,
|
|
PikaObj* test_result,
|
|
char* suite_name) {
|
|
__platform_printf("testing %s\n", suite_name);
|
|
}
|