X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9edcd9adcecc4f0c2a8e1744c2fbc7c38e3397e6..592d06b6f3c2ef2ae47c38005ae3c4e96a0841f2:/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