solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 3c6ab9d29c89b3bb14a69c020211db65d80bca36
parent d7475dbaed0665e15645e5bc2ee1497b248bd530
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 24 Jan 2017 16:56:38 +0100

Add a new test for global MC result by receiver.

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -139,6 +139,7 @@ if(NOT NO_TEST) ${SSOL_SOURCE_DIR}/test_ssol_utils.c) new_test(test_ssol_atmosphere) + new_test(test_ssol_by_receiver_integration) new_test(test_ssol_camera) new_test(test_ssol_device) new_test(test_ssol_draw)