summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e974803..3fb27138 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ NAME = urpmi
TAR = $(NAME).tar.bz2
LOG = $(NAME).logrotate
-.PHONY: install clean rpm
+.PHONY: install clean rpm test
install:
$(MAKE) -C po $@
@@ -36,6 +36,9 @@ install:
autoirpm.update-all: %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@
+test:
+ cd test; ./do_alltests
+
tar: clean
cd .. ; tar cf - urpmi | bzip2 -9 >$(TAR)