summaryrefslogtreecommitdiff
path: root/t/syntax
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24Support building on case-insensitive filesystemsGeoffrey Thomas1-1/+1
Move Debian/ to lib subdirectory to support building on non-case-sensitive filesystems.
2017-07-15autopkgtest-pkg-perl: fix smoke test.gregor herrmann1-2/+6
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-5/+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>
2017-07-03t: Split syntax check testNiels Thykier2-0/+30
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-02-22t: Rename tests so prove can find themNiels Thykier1-18/+0
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-01Add editor hints to test scriptsNiels Thykier1-0/+6
Signed-off-by: Niels Thykier <niels@thykier.net>
2009-06-11Include Debian/Debhelper subdirs in syntax check.Modestas Vainius1-1/+1
2008-10-21include dh in syntax checkJoey Hess1-1/+1
2005-11-09r1818: releasing version 5.0.55.0.5joey1-0/+1
2005-11-07r1811: * Remove dh_shlibs from binary-indep section of debian/rules.joey1-0/+11
* Add t/syntax to make sure all dh_* commands and the libraries syntax check ok.