swiss-seismological-service / scdetect

A computationally efficient earthquake detection module for SeisComP
https://scdetect.readthedocs.io
GNU Affero General Public License v3.0
15 stars 6 forks source link

Parameterize dataset from commandline #19

Closed damb closed 2 years ago

damb commented 3 years ago

For integration tests it would be useful to configure the dataset by means of a configuration file. Then, the dataset file is passed on the commandline as described in the Boost.Test documentation.

This approach avoids recompiling the test executable when adding additional test cases.

damb commented 2 years ago

Besides, the suggested approach would speed up debugging in case of errors.