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 /ubuntu/maverick/tdelibs/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 'ubuntu/maverick/tdelibs/debian')
-rwxr-xr-x | ubuntu/maverick/tdelibs/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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. |