[hamradio-commits] [gnss-sdr] 262/303: Download and build GPSTk and the signal generator also for extra unit tests

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:36:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 2c1ccf0672ed4751d16616b6ad4724aeb7d5cb2c
Author: Carles Fernandez <carlesfernandez at gmail.com>
Date:   Thu Feb 2 11:23:53 2017 +0100

    Download and build GPSTk and the signal generator also for extra unit tests
---
 src/tests/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index ff45efb..379e920 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -136,7 +136,7 @@ endif(ENABLE_CUDA)
 ################################################################################
 # Optional generator
 ################################################################################
-if(ENABLE_SYSTEM_TESTING_EXTRA)
+if(ENABLE_UNIT_TESTING_EXTRA OR ENABLE_SYSTEM_TESTING_EXTRA)
    ExternalProject_Add(
       gnss-sim
       GIT_REPOSITORY https://bitbucket.org/jarribas/gnss-simulator
@@ -182,7 +182,7 @@ if(ENABLE_SYSTEM_TESTING_EXTRA)
        set(GPSTK_BINDIR ${GPSTK_LIBRARY}/../bin/ )
        add_definitions(-DGPSTK_BINDIR="${GPSTK_BINDIR}")
    endif(NOT GPSTK_FOUND OR ENABLE_OWN_GPSTK)
-endif(ENABLE_SYSTEM_TESTING_EXTRA)
+endif(ENABLE_UNIT_TESTING_EXTRA OR ENABLE_SYSTEM_TESTING_EXTRA)
 
 
 if(ENABLE_UNIT_TESTING_EXTRA)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list