diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-29 09:10:46 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-29 09:12:58 +0000 |
commit | 49a42728c38d95e691658ccc10dce57da82294ea (patch) | |
tree | bfd9e3e30f6439836452e7862bc109ceaeb74b25 /Makefile | |
parent | d7f05b1f9588c90ac334cfa09c39753c746ff570 (diff) | |
download | pbuilder-49a42728c38d95e691658ccc10dce57da82294ea.tar pbuilder-49a42728c38d95e691658ccc10dce57da82294ea.tar.gz |
makefile: stop installing all the tests (so, pbuilder-selftest is not anymore)
Users are not supposed to be interested in running tests that much...
Anyway, I plan to refactor the way tests are handled, making them more scalable
and easy to hack on.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -63,15 +63,6 @@ PKGLIB_SCRIPTS += \ pdebuild-checkparams \ pdebuild-internal \ pdebuild-uml-checkparams \ - testlib.sh \ - test_pbuilder-apt-config \ - test_pbuilder-checkparams \ - test_pbuilder-modules \ - test_pbuilder-buildpackage-funcs \ - test_pbuilder-satisfydepends-checkparams \ - test_pbuilder-satisfydepends-classic \ - test_pbuilder-satisfydepends-funcs \ - test_testlib.sh \ $(NULL) ALLDIRS += SBIN |