cmvr_head/packages/erpc-1.14.0/erpcgen/test/test_import.yml
2025-12-30 15:44:41 +08:00

20 lines
413 B
YAML

---
name: C/Py import
desc: C/Py import test is the same.
idl: |
import "imports/test2.erpc"
c_test_client.h:
- void hello1(int32_t a);
- void hello2(int32_t a);
- void hello3(int32_t a);
- void hello4(int32_t a);
- void hello5(int32_t a);
c_test_server.h:
- void hello1(int32_t a);
- void hello2(int32_t a);
- void hello3(int32_t a);
- void hello4(int32_t a);
- void hello5(int32_t a);