The testing material in the test_problems folder doesn't contain automatic tests or the like, but it is more meant to be used "by hand" during development, and the tests themselves are continuously modified as needed e.g. to test a new feature.
Therefore, I would suggest to consider the use of the examples/c folder instead, where the material is more stable, and where the problem data is separated from the examples scripts, as provided by stand-alone data files.
The testing material in the
test_problems
folder doesn't contain automatic tests or the like, but it is more meant to be used "by hand" during development, and the tests themselves are continuously modified as needed e.g. to test a new feature.Therefore, I would suggest to consider the use of the
examples/c
folder instead, where the material is more stable, and where the problem data is separated from the examples scripts, as provided by stand-alone data files.