hbirchtree / coffeecutie

A C++ game engine/rendering engine
MIT License
5 stars 0 forks source link

Automated test runner suite #264

Closed hbirchtree closed 4 years ago

hbirchtree commented 6 years ago

Should be able to automatically launch the program built by CI/other sources in an environment, allowing basic tests to be run. As an example, unit tests should be able to be run without user interaction. Makes it easier to know if compiled binaries are actually working, and not just compiling.

Optimally, should support a way to kill the program if it is failing.

github-actions[bot] commented 4 years ago

Stale issue message