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 92eae8328afc2a958a22515e161c83af061b9c26
parent 57c2ffb1f830b6bd75174a062f4258d89b3589b8
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  6 Mar 2017 10:10:11 +0100

Add automatic copying of dependencies for some tests.

Diffstat:
Mcmake/receivers/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmake/receivers/CMakeLists.txt b/cmake/receivers/CMakeLists.txt @@ -65,6 +65,7 @@ if(NOT NO_TEST) ${SRCVL_SOURCE_DIR}/yaml/test_ko.yaml) new_test(test_srcvl2) + rcmake_copy_runtime_libraries(test_srcvl) endif()