update: 📝 更新测试函数
This commit is contained in:
parent
5b17c79f1f
commit
89fb28f0cb
3
main.c
3
main.c
@ -6,6 +6,7 @@ int main(int argc, char const *argv[])
|
||||
{
|
||||
printf("start c test\r\n");
|
||||
hello();
|
||||
run_ring_queue_test(argc, argv);
|
||||
// run_ring_queue_test(argc, argv);
|
||||
imp_tlv_tp_test(argc, argv);
|
||||
return 0;
|
||||
}
|
||||
|
||||
1
test.h
1
test.h
@ -36,6 +36,7 @@ extern "C" {
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
extern int run_ring_queue_test(int argc, char const* argv[]);
|
||||
extern int imp_tlv_tp_test(int argc, char const* argv[]);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit f762c8d35f9f6be379271efa7f1105bfb7b8d0ed
|
||||
Subproject commit d40ed5d390976e00d35359b2b32f3db71a4dd63b
|
||||
Loading…
Reference in New Issue
Block a user