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 31e8a83c9223e3e5c6da302074594ec21647fc31
parent fcd28c46ddd6977662747c44dc9243440d087d13
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 25 Jan 2017 11:05:01 +0100

Update the name of the solparser KO test

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 @@ -76,7 +76,7 @@ if(NOT NO_TEST) ${SOLPARSER_SOURCE_DIR}/yaml/test_ok_2.yaml) add_test(test_solparser_ok_2 test_solparser ${SOLPARSER_SOURCE_DIR}/yaml/test_ok_3.yaml) - add_test(test_solstice_parser_ko_0 test_solparser -e + add_test(test_solparser_ko test_solparser -e ${SOLPARSER_SOURCE_DIR}/yaml/test_ko_0.yaml) new_test(test_solparser2)