Closed JeremyMcCormick closed 10 months ago
The script examples/run_examples.sh hard codes how all the examples are run.
examples/run_examples.sh
This would be better done by auto-generating a make target using CMake.
Best of all would be running these through a unit test framework.
The script
examples/run_examples.sh
hard codes how all the examples are run.This would be better done by auto-generating a make target using CMake.
Best of all would be running these through a unit test framework.