File: testsuite

package info (click to toggle)
dbuskit 0.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,948 kB
  • sloc: objc: 10,544; sh: 9,464; ansic: 200; makefile: 33
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e
set -u

export GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles

autoreconf --verbose --force --install
./configure
xvfb-run --auto-servernum \
	 dbus-test-runner --max-wait=900 --bus-type=both --task=make \
         --parameter check --parameter messages=yes \
    || (cat tests.log; exit 1)