This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository partitionfinder.
commit da11a0ea7f95ca8327a4a3101e4ae0feef28ee7e Author: Kevin Murray <[email protected]> Date: Sat Feb 6 12:56:21 2016 +0100 Add autopkg tests --- debian/tests/aa | 4 ++++ debian/tests/control | 2 ++ debian/tests/dna | 3 +++ 3 files changed, 9 insertions(+) diff --git a/debian/tests/aa b/debian/tests/aa new file mode 100644 index 0000000..218690c --- /dev/null +++ b/debian/tests/aa @@ -0,0 +1,4 @@ +#!/bin/sh + + +PartitionFinderProtein examples/nucleotide/ diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..ac053ab --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,2 @@ +Tests: dna + aa diff --git a/debian/tests/dna b/debian/tests/dna new file mode 100644 index 0000000..b36fe0d --- /dev/null +++ b/debian/tests/dna @@ -0,0 +1,3 @@ +#!/bin/sh + +PartitionFinder examples/nucleotide/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/partitionfinder.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
