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 440671756f1b984c6b34e082acf026ff3559fff1
parent 80fd0c0fe48b1b8f216ffd641e16e2b35e7e3f08
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 29 May 2026 15:31:29 +0200

Remove the ghost test 'test09' from Makefile

This test never existed and was added commented in the test target of
Makefile.core for no reason.

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

diff --git a/Makefile.core b/Makefile.core @@ -205,8 +205,6 @@ test: tests test_solstice_simulation ./solstice yaml/ test07; \ #check test_solstice_simulation_test08 \ # test_solstice_simulation ./solstice yaml/ test08; \ - #check test_solstice_simulation_test09 \ - # test_solstice_simulation ./solstice yaml/ test09; \ fi \ done; \ \