From 3f7f96ba731f0f1f844d1533a74d4f97e49c91dd Mon Sep 17 00:00:00 2001 From: Dmitrij Naumov <dmitrij@naumov.de> Date: Sat, 3 Nov 2012 14:40:21 +0100 Subject: [PATCH] Add quickcheck submodule. --- .gitmodules | 3 +++ Tests/CMakeLists.txt | 1 + Tests/quickcheck | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 Tests/quickcheck diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..87c971dbaa1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Tests/quickcheck"] + path = Tests/quickcheck + url = http://software.legiasoft.com/git/quickcheck.git diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 3478f126af8..204cc295ac5 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -6,6 +6,7 @@ APPEND_SOURCE_FILES(TEST_SOURCES GeoLib) INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/Tests/gtest + ${CMAKE_SOURCE_DIR}/Tests/quickcheck ${CMAKE_SOURCE_DIR}/BaseLib ${CMAKE_SOURCE_DIR}/GeoLib ) diff --git a/Tests/quickcheck b/Tests/quickcheck new file mode 160000 index 00000000000..8822bc07dc9 --- /dev/null +++ b/Tests/quickcheck @@ -0,0 +1 @@ +Subproject commit 8822bc07dc9557797f5ee9920b64fc34793feb01 -- GitLab