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-07-22 16:07:19 +0200 |
commit | 993e5699be8caae4305784e83a24530adc486618 (patch) | |
tree | aaa525ec9449c3af5297630371ccc21402cba73e /ubuntu | |
parent | e41b7510e9d74c47031126d59b8d293ce4bc9c07 (diff) | |
download | tde-packaging-993e5699be8caae4305784e83a24530adc486618.tar.gz tde-packaging-993e5699be8caae4305784e83a24530adc486618.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')
-rwxr-xr-x | ubuntu/maverick/kdelibs/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/kdelibs/debian/rules b/ubuntu/maverick/kdelibs/debian/rules index 29fd2aff4..9f4d123c4 100755 --- a/ubuntu/maverick/kdelibs/debian/rules +++ b/ubuntu/maverick/kdelibs/debian/rules @@ -44,7 +44,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. |