JeffersonLab / hps-mc

HPS MC toolkit
1 stars 6 forks source link

Replace script that runs all the examples #373

Closed JeremyMcCormick closed 8 months ago

JeremyMcCormick commented 1 year ago

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.