File: testsuite

package info (click to toggle)
mia 2.4.7-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,332 kB
  • sloc: cpp: 162,690; python: 1,317; sh: 321; xml: 127; makefile: 41; csh: 24; ansic: 9
file content (11 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

# Should be kept in sync with the variable definitions at debian/rules.
SKIP="2d-imageio|2dmyocardsegset-io-xml|3d-vectorfield|3d-rigidregister|cmdlineparseroutput|cmdxmlhelp|fastica-implementation-fastica"
if [ $(dpkg-architecture --query DEB_HOST_ARCH_BITS) -eq 32 ]; then
    SKIP_32="|2dimage-cost-lsd"
fi

dh_auto_test -- ARGS\+="--exclude-regex \"${SKIP}${SKIP_32}\""