[cod-tools] 37/142: trunk/ Adding 'make tests' target to MasterMakefile to test the installed libraries at least for libcexceptions0 and libgetoptions0. Somewhy the latter fails.

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:14 UTC 2017


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

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit a1d0ac387fcf0f69d292693dbdd358c21db49bfd
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Thu Oct 27 14:38:01 2016 +0000

    trunk/
    Adding 'make tests' target to MasterMakefile to test the installed
    libraries at least for libcexceptions0 and libgetoptions0. Somewhy the
    latter fails.
    
    
    git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@37 26752c47-bcd6-4c9c-b022-347364b77eb5
---
 MasterMakefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MasterMakefile b/MasterMakefile
index a777f5c..3c5eab8 100644
--- a/MasterMakefile
+++ b/MasterMakefile
@@ -37,3 +37,8 @@ cleanAll distclean:
 	rm -rf source ${PKGNAME} ${PROJECT}
 	rm -f ${ORIG_TAR_GZ} ${DEBIAN_TAR_GZ}
 	rm -f *.deb *.dsc *.changes *.build
+
+tests: ${ORIG_TAR_GZ}
+	zcat $< | tar -xv
+	${MAKE} -C ${PKGNAME} tests LIBS=
+	rm -rf ${PKGNAME}

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



More information about the debian-science-commits mailing list