Codebase list kaccounts-integration / a456171
Add support for running unit tests. * Add support for running unit tests. - add xauth and xvfb to Build-Depends. - override_dh_auto_test to manually run ctest because the test kaccounts-testnetattachjobs configures kwallet which opens up a GUI for configuring, and unlocking the wallet. The "cd obj-*" to change to the build directory should be fixed. Diane Trout 8 years ago
3 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99
1010 [ Diane Trout ]
1111 * New upstream release (15.04.3).
12 * Add support for running unit tests.
13 - add xauth and xvfb to Build-Depends.
14 - override_dh_auto_test to manually run ctest
15 because the test kaccounts-testnetattachjobs
16 configures kwallet which opens up a GUI for
17 configuring, and unlocking the wallet.
18 The "cd obj-*" to change to the build directory
19 should be fixed.
1220
1321 -- Diane Trout <diane@debian.org> Mon, 06 Jul 2015 21:36:13 -0700
1616 libkf5widgetsaddons-dev (>= 5.0.0~),
1717 libsignon-qt5-dev (>= 8.55~),
1818 pkg-kde-tools (>> 0.15.15),
19 qtbase5-dev (>= 5.4)
19 qtbase5-dev (>= 5.4),
20 xauth,
21 xvfb
2022 Standards-Version: 3.9.6
2123 XS-Testsuite: autopkgtest
2224 Homepage: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration
33
44 override_dh_strip:
55 $(overridden_command) --dbg-package=kaccounts-integration-dbg
6
7 override_dh_auto_test:
8 cd obj-* ; xvfb-run -a ctest -E kaccounts-testnetattachjobs