CE Automated Testing Framework
Project repo: https://github.com/captain-calc/CE-Automated-Testing-Framework/
This is a small project for automatically running unit/integration tests for CE-Programming SDK projects. It only supports C++ at the moment, but C support should be easy to add to it.
The README in the repo explains how the program works, but, in short, it allows CE SDK programmers to quickly run unit tests on their project's codebase. It also dynamically traces all of the functions used in the test and tells the programmer if those functions are also tested.
Any feedback about how to improve the program's integration with SDK, algorithm runtimes, or anything else about the code would be greatly appreciated!
Project repo: https://github.com/captain-calc/CE-Automated-Testing-Framework/
This is a small project for automatically running unit/integration tests for CE-Programming SDK projects. It only supports C++ at the moment, but C support should be easy to add to it.
The README in the repo explains how the program works, but, in short, it allows CE SDK programmers to quickly run unit tests on their project's codebase. It also dynamically traces all of the functions used in the test and tells the programmer if those functions are also tested.
Any feedback about how to improve the program's integration with SDK, algorithm runtimes, or anything else about the code would be greatly appreciated!