[caffe-contrib] 22/362: rules: build test binary with --parallel

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:09 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit c236b95f3150244631be08eeb42fd1faf5c4654e
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Jul 9 02:19:00 2015 +0000

    rules: build test binary with --parallel
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d890fac..92934fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,8 @@ override_dh_auto_build: config
 
 override_dh_auto_test: config
 	# if LD_LIBRARY_PATH was not set, the test programs will not work.
-	$(MAKE) test # should run with only 1 job ?
+#$(MAKE) test # should run with only 1 job ?
+	dh_auto_test -- test
 	dh_auto_test -- runtest LD_LIBRARY_PATH=.build_release/lib/
 
 #binary-arch:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe-contrib.git



More information about the debian-science-commits mailing list