Codebase list gjs / 4884d10
Explicitly enable tests which require dbus and Xvfb. Michael Biebl 7 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Replace Build-Depends on uuid-runtime with dbus (for dbus-uuidgen).
4 * Explicitly enable tests which require dbus and Xvfb.
45
56 -- Michael Biebl <biebl@debian.org> Thu, 28 Jul 2016 19:57:18 +0200
67
77 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
88
99 # configure flags
10 DEB_CONFIGURE_EXTRA_FLAGS := --enable-installed-tests
10 DEB_CONFIGURE_EXTRA_FLAGS := --enable-installed-tests \
11 --with-xvfb-tests \
12 --with-dbus-tests
1113
1214 # Use recursive variables since this variable must not be expanded until
1315 # files have been installed.