X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9edcd9adcecc4f0c2a8e1744c2fbc7c38e3397e6..c4d749b78a46e69887ec9662851f180e587f2d34:/test/Makefile diff --git a/test/Makefile b/test/Makefile index f918f7d2e..74bffccb7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,16 +6,11 @@ ifndef NOISY .SILENT: endif -.PHONY: headers library clean veryclean all binary program doc -all clean veryclean binary program dirs: +.PHONY: startup headers library clean veryclean all binary program doc test update-po +startup all clean veryclean binary program dirs test update-po manpages debiandoc: $(MAKE) -C libapt $@ $(MAKE) -C interactive-helper $@ # Some very common aliases .PHONY: maintainer-clean dist-clean distclean pristine sanity maintainer-clean dist-clean distclean pristine sanity: veryclean - - -.PHONY: test -test: - ./libapt/run-tests