diff options
author | Slávek Banko <[email protected]> | 2017-02-05 14:19:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-02-05 14:19:49 +0100 |
commit | bdac14e09ba1640b1f3ca245da0f2d653c0c8990 (patch) | |
tree | a2a56064411bb34b83e919b4cae1f9f0f563dff1 /debian | |
parent | 65ec76306fab66cb21dfb1881dfb255a56648362 (diff) | |
download | tde-packaging-bdac14e09ba1640b1f3ca245da0f2d653c0c8990.tar.gz tde-packaging-bdac14e09ba1640b1f3ca245da0f2d653c0c8990.zip |
DEB tellico: Enable tests
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/applications/tellico/debian/rules | 2 | ||||
-rwxr-xr-x | debian/squeeze/applications/tellico/debian/rules | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/lenny/applications/tellico/debian/rules b/debian/lenny/applications/tellico/debian/rules index 52165e71f..29d1bdeb2 100755 --- a/debian/lenny/applications/tellico/debian/rules +++ b/debian/lenny/applications/tellico/debian/rules @@ -24,6 +24,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DWITH_ALL_OPTIONS="ON" +DEB_MAKE_CHECK_TARGET = check + DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) diff --git a/debian/squeeze/applications/tellico/debian/rules b/debian/squeeze/applications/tellico/debian/rules index 1c5fa7fe5..3e267ae9b 100755 --- a/debian/squeeze/applications/tellico/debian/rules +++ b/debian/squeeze/applications/tellico/debian/rules @@ -24,6 +24,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DWITH_ALL_OPTIONS="ON" +DEB_MAKE_CHECK_TARGET = check + DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) |