intel / intel/tee-io-validator
[Feature Request] tee-io-validator as a library
Open
- Dominant language
- C
- Stars
- 41
- Forks
- 18
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 1
Description
When we want to make tee-io-validator part of a larger product, we want tee-io-validator to be a library.
The library provides an interface to test a specific test config. For example:`error_code validate_IDE( IDE_TEST_CONFIG &config);`
About the interface, I have three requirements:
1. define a clear header file and define all the structures and macros used in the interface;
2. return a clear error code when meeting the first error in the testing flow;
3. keep silent; do not print anything in the function;
Contributor guide
Assessment
This issue has not been assessed yet.