summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-01-29 16:35:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-01-29 16:36:24 +0100
commit20e1b5fbb46ea4ad7b4aa7ce49141de66a718a93 (patch)
tree5bbb7f23916486c208023a0a3e7a6b3dce2aad28
parent9636738f7d7fda1b2313e421d802c2f33b19e4c6 (diff)
downloadtde-packaging-20e1b5fbb46ea4ad7b4aa7ce49141de66a718a93.tar.gz
tde-packaging-20e1b5fbb46ea4ad7b4aa7ce49141de66a718a93.zip
DEB tdelibs: Update rule for tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 69a33ddab416c136df13ddf72a99a19ce052184a)
-rwxr-xr-xdebian/lenny/tdelibs/debian/rules2
-rwxr-xr-xdebian/squeeze/tdelibs/debian/rules2
-rwxr-xr-xubuntu/maverick/tdelibs/debian/rules2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules
index 85e1baa4f..c582c5be6 100755
--- a/debian/lenny/tdelibs/debian/rules
+++ b/debian/lenny/tdelibs/debian/rules
@@ -53,7 +53,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_MITSHM="ON" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DEB_MAKE_CHECK_TARGET = check test
+DEB_MAKE_CHECK_TARGET = check
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.
diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules
index c0a7ca6e2..34b9ffdd1 100755
--- a/debian/squeeze/tdelibs/debian/rules
+++ b/debian/squeeze/tdelibs/debian/rules
@@ -53,7 +53,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_MITSHM="ON" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DEB_MAKE_CHECK_TARGET = check test
+DEB_MAKE_CHECK_TARGET = check
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.
diff --git a/ubuntu/maverick/tdelibs/debian/rules b/ubuntu/maverick/tdelibs/debian/rules
index 676892dd6..3f1d030f8 100755
--- a/ubuntu/maverick/tdelibs/debian/rules
+++ b/ubuntu/maverick/tdelibs/debian/rules
@@ -53,7 +53,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_MITSHM="ON" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DEB_MAKE_CHECK_TARGET = check test
+DEB_MAKE_CHECK_TARGET = check
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.