[med-svn] r3080 - trunk/packages/igstk/trunk/debian/patches

domibel-guest at alioth.debian.org domibel-guest at alioth.debian.org
Wed Feb 4 14:32:59 UTC 2009


Author: domibel-guest
Date: 2009-02-04 14:32:59 +0000 (Wed, 04 Feb 2009)
New Revision: 3080

Added:
   trunk/packages/igstk/trunk/debian/patches/34_disable_resource_intensely_tests.dpatch
Log:
added patch


Added: trunk/packages/igstk/trunk/debian/patches/34_disable_resource_intensely_tests.dpatch
===================================================================
--- trunk/packages/igstk/trunk/debian/patches/34_disable_resource_intensely_tests.dpatch	                        (rev 0)
+++ trunk/packages/igstk/trunk/debian/patches/34_disable_resource_intensely_tests.dpatch	2009-02-04 14:32:59 UTC (rev 3080)
@@ -0,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 34_disable_resource_intensely_tests.dpatch by  <domibel at sid1500>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: disable resource intensely tests and tests based on FLTK or QT
+
+ at DPATCH@
+diff -urNad igstk-3.0.0~cvs20090203~/Testing/IGSTKTestingMacros.cmake igstk-3.0.0~cvs20090203/Testing/IGSTKTestingMacros.cmake
+--- igstk-3.0.0~cvs20090203~/Testing/IGSTKTestingMacros.cmake	2009-02-02 11:26:32.000000000 -0500
++++ igstk-3.0.0~cvs20090203/Testing/IGSTKTestingMacros.cmake	2009-02-04 08:41:50.000000000 -0500
+@@ -154,9 +154,9 @@
+   ADD_TEST( igstkUSImageReaderTest ${IGSTK_TESTS} igstkUSImageReaderTest 
+        ${IGSTK_DATA_ROOT}/Input/USLiver)
+ 
+-  ADD_TEST( igstkMR3DImageToUS3DImageRegistrationTest ${IGSTK_TESTS} 
+-             igstkMR3DImageToUS3DImageRegistrationTest
+-             ${IGSTK_DATA_ROOT}/Input/MRLiver)
++#  ADD_TEST( igstkMR3DImageToUS3DImageRegistrationTest ${IGSTK_TESTS} 
++#             igstkMR3DImageToUS3DImageRegistrationTest
++#             ${IGSTK_DATA_ROOT}/Input/MRLiver)
+ 
+   ADD_TEST( igstkAuroraTrackerSimulatedTest
+               ${IGSTK_TESTS}
+@@ -283,7 +283,7 @@
+ 
+ #-----------------------------------------------------------------------------
+ # Tests that depend on FLTK
+-IF(${IGSTK_USE_FLTK})
++IF(FALSE)
+   ADD_TEST(igstkCylinderObjectTest ${IGSTK_TESTS} igstkCylinderObjectTest)
+   ADD_TEST(igstkEllipsoidObjectTest ${IGSTK_TESTS} igstkEllipsoidObjectTest)
+   ADD_TEST(igstkFLTKTextBufferLogOutputTest ${IGSTK_TESTS} igstkFLTKTextBufferLogOutputTest)
+@@ -574,7 +574,7 @@
+ 
+ ENDIF(${IGSTK_USE_MicronTracker})
+ 
+-IF(${IGSTK_USE_Qt})
++IF(FALSE)
+     ADD_TEST( igstkQTWidgetTest
+               ${IGSTK_TESTS}
+               igstkQTWidgetTest)


Property changes on: trunk/packages/igstk/trunk/debian/patches/34_disable_resource_intensely_tests.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the debian-med-commit mailing list