diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-01-29 02:59:34 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-07-22 16:07:18 +0200 |
commit | 9d5d42e23f9c5a79a2b5fa90f3d8c0bbe99143d7 (patch) | |
tree | 44aba983e493d7e198c4b470f7f41b4b5b2f3cca /ubuntu | |
parent | 7317c39c9db802b81c46bb5e2f165fad25f1312e (diff) | |
download | tde-packaging-9d5d42e23f9c5a79a2b5fa90f3d8c0bbe99143d7.tar.gz tde-packaging-9d5d42e23f9c5a79a2b5fa90f3d8c0bbe99143d7.zip |
DEB tdelibs: Enable tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 638a1274e22ed66c71ee0e2d2c474adbc5bce193)
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/kdelibs/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/kdelibs/debian/rules b/ubuntu/maverick/kdelibs/debian/rules index 394c28a97..29fd2aff4 100755 --- a/ubuntu/maverick/kdelibs/debian/rules +++ b/ubuntu/maverick/kdelibs/debian/rules @@ -44,6 +44,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_MITSHM="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_MAKE_CHECK_TARGET = check test + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true |