]> git.saurik.com Git - apt.git/blobdiff - test/Makefile
German updated (Chris Leick). Closes: #673410
[apt.git] / test / Makefile
index f918f7d2ea07a005f1ef63940585b65abc7dadad..b42a90b25b1b743e759992c7d9665cf1e5f3623f 100644 (file)
@@ -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:
        $(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