From: Kim Kulling Date: Wed, 16 Nov 2016 15:36:22 +0000 (+0100) Subject: add test source to coveralls again. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=284b755cf9509686853171da0d6668aa4dca02f0;p=platform%2Fupstream%2Fassimp.git add test source to coveralls again. --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4d45082..48e297e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -103,7 +103,7 @@ SOURCE_GROUP( tests FILES ${TEST_SRCS} ) add_executable( unit ../contrib/gtest/src/gtest-all.cc - unit/CCompilerTest.c + unit/CCompilerTest.c unit/Main.cpp ../code/Version.cpp ${TEST_SRCS} @@ -123,7 +123,9 @@ target_link_libraries( unit assimp ${platform_libs} ) add_subdirectory(headercheck) if (ASSIMP_COVERALLS) - set(COVERAGE_SRCS ${assimp_src} ) + include(Coveralls) + + set(COVERAGE_SRCS ${assimp_src} ${TEST_SRCS} ) # Create the coveralls target. coveralls_setup(