diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-01-29 16:35:45 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-01-29 16:36:24 +0100 |
commit | 20e1b5fbb46ea4ad7b4aa7ce49141de66a718a93 (patch) | |
tree | 5bbb7f23916486c208023a0a3e7a6b3dce2aad28 /debian | |
parent | 9636738f7d7fda1b2313e421d802c2f33b19e4c6 (diff) | |
download | tde-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)
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/tdelibs/debian/rules | 2 | ||||
-rwxr-xr-x | debian/squeeze/tdelibs/debian/rules | 2 |
2 files changed, 2 insertions, 2 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. |