Skip to content
Commits on Source (2)
Notes on how this package can be tested.
────────────────────────────────────────
To run the unit tests provided by the package you can do
sh run-unit-test
in this directory.
seaview (1:4.7-1) UNRELEASED; urgency=medium
seaview (1:4.7-1) unstable; urgency=medium
* New upstream version
* Drop patch since upstream has fixed Makefile
* Re-add example which was lost by accident
* Add autopkgtest
-- Andreas Tille <tille@debian.org> Wed, 09 May 2018 14:09:47 +0200
-- Andreas Tille <tille@debian.org> Wed, 09 May 2018 14:39:32 +0200
seaview (1:4.6.5-1) unstable; urgency=medium
......
seaview.html
debian/tests/run-unit-test
debian/README.test
\ No newline at end of file
Tests: run-unit-test
Depends: @
Restrictions: allow-stderr
#!/bin/bash
set -e
pkg="seaview"
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
gunzip *.gz
seaview -build_tree -distance K2P -o tree.ph example.nxs
# This requires PDF support
seaview -plotonly -svg tree.ph
echo "PASS"