X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9edcd9adcecc4f0c2a8e1744c2fbc7c38e3397e6..27f38567fe327ecaf7fb361c3cca6ee29e6300c9:/test/Makefile diff --git a/test/Makefile b/test/Makefile index f918f7d2e..35a0a51e3 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 docbook: $(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