summaryrefslogtreecommitdiff
path: root/t/size.t
AgeCommit message (Collapse)AuthorFilesLines
2017-07-15autopkgtest-pkg-perl: fix smoke test.gregor herrmann1-1/+2
autopkgtest-pkg-perl's smoke test fails all over the place because debhelper's testsuite has many assumptions that it is run from the source tree, while autopkgtest-pkg-perl's smoke test copies (by default) the t/ directory to a new empty directory and runs the tests from there. Add debian/tests/pkg-perl/smoke-files to copy more files from the source tree which are used in tests. Add debian/tests/pkg-perl/smoke-skip to skip t/size.t which fails when run under autopkgtest-pkg-perl because it tests all /usr/bin/dh_* helpers, and at least dh_autotools-dev_updateconfig is too large. Change t/buildsystems/03-bs-auto-buildable.t, t/buildsystems/buildsystem_tests.t, t/override_target.t, t/size.t, and t/syntax/syntax-progs.t to look for scripts and modules not in the source tree but in the installed directories when run under autopkgtest. With these changes, the test suite passes both during build and during autokpkgtest. Signed-off-by: Niels Thykier <niels@thykier.net>
2017-07-03Set Emacs file variables directory-wideSven Joachim1-6/+0
Set the local variables for Emacs in the central placed intended for it, rather than in (currently) 95 individual files. Signed-off-by: Niels Thykier <niels@thykier.net>
2016-05-01t/size.t: Add use strict + use warningsNiels Thykier1-0/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-05-01t: Migrate to 3-arg openNiels Thykier1-3/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-02-22t: Rename tests so prove can find themNiels Thykier1-0/+35
Signed-off-by: Niels Thykier <niels@thykier.net>