From 2b3eef3f3dd1a0c39bcf4550e123caa3fd28a28a Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Mon, 28 Oct 2019 09:42:13 +1100 Subject: [PATCH] Import libcheck as submodule --- .gitmodules | 3 +++ .travis.yml | 1 - c/cmake/common | 2 +- c/test/CMakeLists.txt | 2 +- c/third_party/check | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) create mode 160000 c/third_party/check diff --git a/.gitmodules b/.gitmodules index b300b70ae7..5b4e758598 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "c/cmake/common"] path = c/cmake/common url = https://github.com/swift-nav/cmake.git +[submodule "c/third_party/check"] + path = c/third_party/check + url = https://github.com/swift-nav/check.git diff --git a/.travis.yml b/.travis.yml index 008126ec4e..eb15b3553f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ addons: apt: packages: - build-essential - - check - doxygen - cmake - lcov diff --git a/c/cmake/common b/c/cmake/common index c4920a9afd..78ce089295 160000 --- a/c/cmake/common +++ b/c/cmake/common @@ -1 +1 @@ -Subproject commit c4920a9afd05d5091be8cda1a0858e00aa967360 +Subproject commit 78ce089295d9534a84cee7304fbe264b8d0b10ba diff --git a/c/test/CMakeLists.txt b/c/test/CMakeLists.txt index 916bd27b69..4a53a1ca1b 100644 --- a/c/test/CMakeLists.txt +++ b/c/test/CMakeLists.txt @@ -1,5 +1,5 @@ find_package(Threads) -set(TEST_LIBS ${TEST_LIBS} ${CHECK_LIBRARIES} Threads::Threads sbp m) +set(TEST_LIBS ${TEST_LIBS} check Threads::Threads sbp m) # Check needs to be linked against Librt on Linux if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") diff --git a/c/third_party/check b/c/third_party/check new file mode 160000 index 0000000000..32b6c7b2e3 --- /dev/null +++ b/c/third_party/check @@ -0,0 +1 @@ +Subproject commit 32b6c7b2e3d3a28a25b17e523208da6e0f582c15