CosmoStat / Glimpse

Sparsity based weak lensing mass-mapping tool
Other
6 stars 5 forks source link

Add tests #12

Open giordano opened 5 years ago

giordano commented 5 years ago

Travis is setup for this repository but it currently only checks that the program can be built without errors. There is a file in the test/ directory with a single assertion, but this doesn't seem to be used anywhere for automatic testing.

Tools that could be used to perform the tests are

The second one has the advantage to be already a dependency of the program and it's already used in the file in test/ directory.

EiffL commented 5 years ago

I would rather argue for Boost.Test

The existing file in test/ was just a prototype, never actually implemented tests :-(