Commit bdbe0bde authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Add autopkgtest

parent 7aa13255
Loading
Loading
Loading
Loading

debian/README.test

0 → 100644
+8 −0
Original line number Diff line number Diff line
Notes on how this package can be tested.
________________________________________

This package can be tested by execution

	sh run-unit-test

in order to confirm its integrity.
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ gff2ps (0.98l-2) UNRELEASED; urgency=medium

  * Team upload.
  * Add patch to fix exit status
  * Add autopkgtest

 -- Liubov Chuprikova <chuprikovalv@gmail.com>  Wed, 11 Jul 2018 13:17:27 +0300

+7 −0
Original line number Diff line number Diff line
@@ -13,6 +13,13 @@ Copyright: 2005-2008 Nelson A. de Oliveira <naoliv@gmail.com>
           2012 Andreas Tille <tille@debian.org>
License: GPL-2+

Files: debian/tests/test-data/*
Copyright: 1999-2003 Josep Francesc ABRIL FERRANDO
                     Roderic GUIGO SERRA
License: GPL-2+
Comment: Test data files were taken from one of gff2ps tutorials:
 http://genome.crg.es/software/gfftools/gff2ps_docs/comp_sources/index.html

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

debian/docs

0 → 100644
+3 −0
Original line number Diff line number Diff line
debian/tests/test-data
debian/tests/run-unit-test
debian/README.test

debian/tests/control

0 → 100644
+3 −0
Original line number Diff line number Diff line
Tests: run-unit-test
Depends: @
Restrictions: allow-stderr
Loading