star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit 8aacfd06304ea28481a8b864b139ee35b2a9bd7d
parent 35550e468171e58798c93822fdc44d03164e7b1c
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 25 Apr 2022 15:12:33 +0200

Fix testing: one of the tests was not launched

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -86,7 +86,7 @@ if(NOT NO_TEST) add_executable(test_sstl_load ${SSTL_SOURCE_DIR}/test_sstl_load.c) target_link_libraries(test_sstl_load sstl) - add_test(test_sstl_load test_sstl) + add_test(test_sstl_load test_sstl_load) rcmake_set_test_runtime_dirs(test_sstl_load _runtime_dirs) endif(NOT NO_TEST)