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-01-29 02:59:34 +0100 |
commit | 638a1274e22ed66c71ee0e2d2c474adbc5bce193 (patch) | |
tree | 26aa24641106132792a7b3d6bbd20313cdbf3f03 /ubuntu/maverick | |
parent | a37c6a72787074d38c6f4de141e409ab64da252a (diff) | |
download | tde-packaging-638a1274e22ed66c71ee0e2d2c474adbc5bce193.tar.gz tde-packaging-638a1274e22ed66c71ee0e2d2c474adbc5bce193.zip |
DEB tdelibs: Enable tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-x | ubuntu/maverick/tdelibs/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/rules b/ubuntu/maverick/tdelibs/debian/rules index 68a6dae8d..77f418928 100755 --- a/ubuntu/maverick/tdelibs/debian/rules +++ b/ubuntu/maverick/tdelibs/debian/rules @@ -57,6 +57,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_CRYPTSETUP="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 |