File: testsuite

package info (click to toggle)
gdnsd 3.8.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,584 kB
  • sloc: ansic: 30,669; sh: 4,872; perl: 1,047; makefile: 401; pascal: 108
file content (10 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# replicate and simplify the logic from t/Makefile.am
# to avoid having to run autoreconf, ./configure, etc.
export INSTALLCHECK_SBINDIR=/usr/sbin
export INSTALLCHECK_BINDIR=/usr/bin
export TESTOUT_DIR=$AUTOPKGTEST_TMP
export TESTPORT_START=12345

prove -v -f --merge -j4 --norc -It/ t/[0-9]*/*.t