https://github.com/anirban166/stest-demo
https://github.com/anirban166/stest-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anirban166/stest-demo
- Owner: Anirban166
- Created: 2022-08-16T17:02:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T05:13:20.000Z (about 3 years ago)
- Last Synced: 2025-03-18T12:12:59.822Z (7 months ago)
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Contains a simple example of using STest as a standalone library. Run `make && ./test.bin` to test the [basic example](https://github.com/Anirban166/STD/blob/main/test.cpp).
Note: STest is a rule-based testing framework originally developed in JPL. An open-sourced version of it (written in C++) exists in [fprime](https://github.com/nasa/fprime/tree/master/STest), which is the one I'm using here.