rboston628 / THRAIN

The Mighty White Dwarf Code
GNU General Public License v3.0
1 stars 0 forks source link

Create Integration Tests #17

Closed rboston628 closed 3 months ago

rboston628 commented 5 months ago

This PR will create a first step in integration tests.

Firstly, all runners, after building THRAIN, should run THRAIN with a sample input. I have chosen sampleinput6.txt, which builds a WD model, as this is inarguably the most important capability of THRAIN.

This simple test could be enhanced by comparing to a golden output file.

Secondly, within CxxTest, I will run several tests and examine properties more directly.

rboston628 commented 5 months ago

See Issue #11. This is currently causing the run test to fail on the real operating systems (windows handles it fine).

I will need to close Issue #11 for this to work.