[colobot] 67/74: Build and run unit tests

Didier Raboud odyx at moszumanska.debian.org
Mon Nov 7 07:50:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit e3976ac942a3b52ba9d0f19897d84903e740f6b1
Author: Didier Raboud <odyx at debian.org>
Date:   Fri Nov 4 10:32:40 2016 +0100

    Build and run unit tests
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index ce2885a..e2f6cd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
+	                     -DTESTS:BOOL=True \
 	                     -DINSTALL_DOCS:BOOL=True \
 	                     ${CBOT_CONFIGURE_SOUNDS} \
 	                     -DOPENAL_SOUND:BOOL=True -DCMAKE_VERBOSE_MAKEFILE=True
@@ -24,6 +25,8 @@ override_dh_auto_build-arch:
 override_dh_auto_build-indep:
 	dh_auto_build -i -- doc
 
+override_dh_auto_test-indep:
+
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f debian/colobot.xpm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list