Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add autopkgtests
· b0e216fa
Saira Hussain
authored
Aug 12, 2019
b0e216fa
Delete unused file
· a2cbd36a
Saira Hussain
authored
Aug 12, 2019
a2cbd36a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a2cbd36a
kissplice (2.4.0-p1-5) UNRELEASED; urgency=medium
* Team upload.
[ Saira Hussain ]
* Add autopkgtest
-- Saira Hussain <saira.h0213@zoho.com> Mon, 12 Aug 2019 12:07:18 +0100
kissplice (2.4.0-p1-4) unstable; urgency=medium
[ Jelmer Vernooij ]
...
...
debian/sample_example
0 → 100644
View file @
a2cbd36a
sample_example/*
debian/tests/control
0 → 100644
View file @
a2cbd36a
Tests: run-unit-tests
Depends: @
Restrictions: allow-stderr
debian/tests/run-unit-tests
0 → 100755
View file @
a2cbd36a
#!/bin/bash
set
-e
pkg
=
kissplice
if
[
"
${
AUTOPKGTEST_TMP
}
"
=
""
]
;
then
AUTOPKGTEST_TMP
=
$(
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
)
# Double quote below to expand the temporary directory variable now versus
# later is on purpose.
# shellcheck disable=SC2064
# trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
cp
/usr/share/doc/
${
pkg
}
/examples/
*
-a
"
${
AUTOPKGTEST_TMP
}
"
cd
"
${
AUTOPKGTEST_TMP
}
"
gunzip
-r
*
# Just for debugging
set
-x
# Run basic functionality
${
pkg
}
-s
1
-k
41
-r
sample_example/reads1.fq
-r
sample_example/reads2.fq
-r
sample_example/readsN.fq