[opengm] 64/386: modify cmakefiles after move

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:35:05 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit fe1862f872cb8a6bfef454ef19e89565d74b9191
Author: Joerg Kappes <jkappes at goedel.(none)>
Date:   Tue Dec 16 13:49:43 2014 +0100

    modify cmakefiles after move
---
 src/unittest/CMakeLists.txt          | 3 ---
 src/unittest/learning/CMakeLists.txt | 4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/unittest/CMakeLists.txt b/src/unittest/CMakeLists.txt
index a5d6985..7eeb1eb 100644
--- a/src/unittest/CMakeLists.txt
+++ b/src/unittest/CMakeLists.txt
@@ -4,9 +4,6 @@ add_definitions(-DOPENGM_DEBUG)
 if(BUILD_TESTING)
 
 
-   add_executable(test-gridsearch-learner test_gridsearch_learner.cxx ${headers})
-   add_test(test-gridsearch-learner ${CMAKE_CURRENT_BINARY_DIR}/test-gridsearch-learner)
-
    add_executable(test-gm-learning-functions test_gm_learning_functions.cxx ${headers})
    add_test(test-gm-learning-functions ${CMAKE_CURRENT_BINARY_DIR}/test-gm-learning-functions)
 
diff --git a/src/unittest/learning/CMakeLists.txt b/src/unittest/learning/CMakeLists.txt
index 2a2cb7e..52668fd 100644
--- a/src/unittest/learning/CMakeLists.txt
+++ b/src/unittest/learning/CMakeLists.txt
@@ -2,6 +2,10 @@
 add_definitions(-DOPENGM_DEBUG)
 
 if(BUILD_TESTING)
+
+   add_executable(test-gridsearch-learner test_gridsearch_learner.cxx ${headers})
+   add_test(test-gridsearch-learner ${CMAKE_CURRENT_BINARY_DIR}/test-gridsearch-learner) 
+
    if(WITH_HDF5)
       add_executable(test-dataset-io test_dataset_io.cxx ${headers})
       target_link_libraries(test-dataset-io ${HDF5_LIBRARIES})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list