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 57cc1f9239da0d8abafaa4ea80054ef203dfb27a
parent 5ae1cc8909a10c3f41b9eaef17d2ae2fc873332e
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 26 Jan 2017 15:03:05 +0100

Fix a typo.

Diffstat:
Mcmake/parser/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/parser/CMakeLists.txt b/cmake/parser/CMakeLists.txt @@ -74,7 +74,7 @@ if(NOT NO_TEST) ${SOLPARSER_SOURCE_DIR}/yaml/test_ok_1.yaml) add_test(test_solparser_ok_2 test_solparser ${SOLPARSER_SOURCE_DIR}/yaml/test_ok_2.yaml) - add_test(test_solparser_ok_2 test_solparser + add_test(test_solparser_ok_3 test_solparser ${SOLPARSER_SOURCE_DIR}/yaml/test_ok_3.yaml) add_test(test_solparser_ko test_solparser -e ${SOLPARSER_SOURCE_DIR}/yaml/test_ko_0.yaml)