https://github.com/scrutinydebugger/scrutiny-test-framework
https://github.com/scrutinydebugger/scrutiny-test-framework
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrutinydebugger/scrutiny-test-framework
- Owner: scrutinydebugger
- License: mit
- Created: 2025-06-22T23:22:07.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-07T02:40:41.000Z (11 months ago)
- Last Synced: 2025-07-07T03:38:07.548Z (11 months ago)
- Language: C++
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrutiny-test-framework
A lightweight test framework to test the scrutiny embedded lib. It mimics the googletest API to makes the test code relatively portable.
Only the support for basic EXPECT/ASSERT functions is implemented.