solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 45c734e0660122a604558c82e5ae26a73c336b8e
parent dd67391f91c0996566019a1883a15091b56b2525
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu,  4 Jun 2026 17:27:11 +0200

Reintroduce a test

The data and reference files already existed, but where unused.
Have not investigated why, but as the test works...

Diffstat:
MMakefile.core | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.core b/Makefile.core @@ -191,6 +191,8 @@ test: tests else \ check test_solstice_simulation_beam_down \ test_solstice_simulation ./solstice yaml/ beam_down; \ + check test_solstice_simulation_test01 \ + test_solstice_simulation ./solstice yaml/ test01; \ check test_solstice_simulation_test02 \ test_solstice_simulation ./solstice yaml/ test02; \ check test_solstice_simulation_test03 \