Loading debian/README.test 0 → 100644 +6 −0 Original line number Diff line number Diff line You can test this package by cd `mktemp -d` cp /usr/share/doc/fastdnaml/examples/tests/Makefile . make test debian/changelog +5 −0 Original line number Diff line number Diff line fastdnaml (1.2.2-13) UNRELEASED; urgency=medium [ Andreas Tille ] * Add registry entry [ Liubov Chuprikova ] * Add autopkgtest Closes: #890787 -- Andreas Tille <tille@debian.org> Wed, 27 Sep 2017 15:35:27 +0200 fastdnaml (1.2.2-12) unstable; urgency=medium Loading debian/docs +1 −0 Original line number Diff line number Diff line docs/fastDNAml_scripts.txt debian/README.test debian/tests/Makefile +5 −3 Original line number Diff line number Diff line #!/usr/bin/make -f # Samples and tests by Catherine Letondal <letondal@pasteur.fr> TEST_DATA = /usr/share/doc/fastdnaml/examples/tests/fastdnaml.data test: fastDNAml fastDNAml_boot oldfastDNAml: cat fastdnaml.data | fastDNAml-util frequencies | fastDNAml-util printdata | fastDNAml-util treefile | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints cat $(TEST_DATA) | fastDNAml-util frequencies | fastDNAml-util printdata | fastDNAml-util treefile | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints fastDNAml: cat fastdnaml.data | fastDNAml-util printdata | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints cat $(TEST_DATA) | fastDNAml-util printdata | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints fastDNAml_boot: cat fastdnaml.data | fastDNAml-util printdata > fastdnaml.data.tmp; fastDNAml-util fastDNAml_boot -out -boots 2 -max 2 fastdnaml.data.tmp 2 cat $(TEST_DATA) | fastDNAml-util printdata > fastdnaml.data.tmp; fastDNAml-util fastDNAml_boot -out -boots 2 -max 2 fastdnaml.data.tmp 2 clean: rm -f *.tmp* Loading debian/tests/control 0 → 100644 +2 −0 Original line number Diff line number Diff line Tests: Makefile Depends: @ Loading
debian/README.test 0 → 100644 +6 −0 Original line number Diff line number Diff line You can test this package by cd `mktemp -d` cp /usr/share/doc/fastdnaml/examples/tests/Makefile . make test
debian/changelog +5 −0 Original line number Diff line number Diff line fastdnaml (1.2.2-13) UNRELEASED; urgency=medium [ Andreas Tille ] * Add registry entry [ Liubov Chuprikova ] * Add autopkgtest Closes: #890787 -- Andreas Tille <tille@debian.org> Wed, 27 Sep 2017 15:35:27 +0200 fastdnaml (1.2.2-12) unstable; urgency=medium Loading
debian/docs +1 −0 Original line number Diff line number Diff line docs/fastDNAml_scripts.txt debian/README.test
debian/tests/Makefile +5 −3 Original line number Diff line number Diff line #!/usr/bin/make -f # Samples and tests by Catherine Letondal <letondal@pasteur.fr> TEST_DATA = /usr/share/doc/fastdnaml/examples/tests/fastdnaml.data test: fastDNAml fastDNAml_boot oldfastDNAml: cat fastdnaml.data | fastDNAml-util frequencies | fastDNAml-util printdata | fastDNAml-util treefile | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints cat $(TEST_DATA) | fastDNAml-util frequencies | fastDNAml-util printdata | fastDNAml-util treefile | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints fastDNAml: cat fastdnaml.data | fastDNAml-util printdata | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints cat $(TEST_DATA) | fastDNAml-util printdata | fastDNAml > fastdnaml.out ; fastDNAml-util clean_checkpoints fastDNAml_boot: cat fastdnaml.data | fastDNAml-util printdata > fastdnaml.data.tmp; fastDNAml-util fastDNAml_boot -out -boots 2 -max 2 fastdnaml.data.tmp 2 cat $(TEST_DATA) | fastDNAml-util printdata > fastdnaml.data.tmp; fastDNAml-util fastDNAml_boot -out -boots 2 -max 2 fastdnaml.data.tmp 2 clean: rm -f *.tmp* Loading
debian/tests/control 0 → 100644 +2 −0 Original line number Diff line number Diff line Tests: Makefile Depends: @