[med-svn] [Git][med-team/liblemon][master] 4 commits: Update rules

Andreas Tille gitlab at salsa.debian.org
Tue Jul 7 08:37:18 BST 2020



Andreas Tille pushed to branch master at Debian Med / liblemon


Commits:
8094ff2e by zhaofeng at 2020-07-07T09:37:11+02:00
Update rules
- - - - -
cba822a4 by zhaofeng-shu33 at 2020-07-07T09:37:11+02:00
Revert "Update rules"

This reverts commit ca2d0c6f57eec569583441ca6e7bfa5b3362c5ee.

- - - - -
b4c92795 by zhaofeng-shu33 at 2020-07-07T09:37:11+02:00
filter out failed test

- - - - -
483f9b6d by zhaofeng-shu33 at 2020-07-07T09:37:11+02:00
fix ctest path

- - - - -


3 changed files:

- + debian/patches/dummy-test-check.diff
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/patches/dummy-test-check.diff
=====================================
@@ -0,0 +1,12 @@
+check is a dummy target
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -251,7 +251,7 @@
+ IF(${CMAKE_BUILD_TYPE} STREQUAL "Maintainer")
+   ADD_CUSTOM_TARGET(check ALL COMMAND ${CMAKE_CTEST_COMMAND})
+ ELSE()
+-  ADD_CUSTOM_TARGET(check COMMAND ${CMAKE_CTEST_COMMAND})
++  ADD_CUSTOM_TARGET(check)
+ ENDIF()
+ 
+ ADD_SUBDIRECTORY(lemon)


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ fix_libname.patch
 0003-Fix-wrong-iteration-in-ListGraph-snapshot-part-II.-5.patch
 0004-Add-missing-include-to-capacity_scaling.h-600.patch
 0005-Add-missing-break-statement-to-dimacs-solver-609.patch
+dummy-test-check.diff


=====================================
debian/rules
=====================================
@@ -16,6 +16,7 @@ override_dh_auto_build:
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	cd obj-* && make check
+	cd obj-* && ctest -E lgf_reader_writer_test
 endif
 
 override_dh_install:



View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/f56e74aa566264eaca84e4828f08ac9dae20cca1...483f9b6d749bae0013c165c6f074ca41084d2af2

-- 
View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/f56e74aa566264eaca84e4828f08ac9dae20cca1...483f9b6d749bae0013c165c6f074ca41084d2af2
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200707/72cbb17f/attachment-0001.html>


More information about the debian-med-commit mailing list