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