r15106 - packages/trunk/0ad/debian

Vincent Cheng vcheng at moszumanska.debian.org
Sun May 18 00:21:43 UTC 2014


Author: vcheng
Date: 2014-05-18 00:21:43 +0000 (Sun, 18 May 2014)
New Revision: 15106

Modified:
   packages/trunk/0ad/debian/rules
Log:
Tests run fine when built with gcc-4.8, don't skip them


Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2014-05-18 00:19:41 UTC (rev 15105)
+++ packages/trunk/0ad/debian/rules	2014-05-18 00:21:43 UTC (rev 15106)
@@ -33,8 +33,7 @@
 	# Note: Avoid running tests from root dir of build, otherwise certain
 	# tests (i.e. in testsuite MeshManager) may not work as intended and
 	# create spurious directories above root dir (../data/mods).
-	#cd binaries/system/ && LD_LIBRARY_PATH=. ./test -libdir .
-	echo "FIXME: Skipping tests..."
+	cd binaries/system/ && LD_LIBRARY_PATH=. ./test -libdir .
 
 override_dh_auto_install:
 	install -Dm 0755 build/resources/0ad.sh $(CURDIR)/debian/tmp/usr/games/0ad




More information about the Pkg-games-commits mailing list