update: 📝 更新测试函数

This commit is contained in:
Alvin Young 2024-12-06 07:40:25 +00:00
parent 5b17c79f1f
commit 89fb28f0cb
3 changed files with 4 additions and 2 deletions

3
main.c
View File

@ -6,6 +6,7 @@ int main(int argc, char const *argv[])
{ {
printf("start c test\r\n"); printf("start c test\r\n");
hello(); hello();
run_ring_queue_test(argc, argv); // run_ring_queue_test(argc, argv);
imp_tlv_tp_test(argc, argv);
return 0; return 0;
} }

1
test.h
View File

@ -36,6 +36,7 @@ extern "C" {
/* Exported functions --------------------------------------------------------*/ /* Exported functions --------------------------------------------------------*/
extern int run_ring_queue_test(int argc, char const* argv[]); extern int run_ring_queue_test(int argc, char const* argv[]);
extern int imp_tlv_tp_test(int argc, char const* argv[]);
#ifdef __cplusplus #ifdef __cplusplus
} }

@ -1 +1 @@
Subproject commit f762c8d35f9f6be379271efa7f1105bfb7b8d0ed Subproject commit d40ed5d390976e00d35359b2b32f3db71a4dd63b