From c85c8eede36224e72b42153708dd58a9f0610b0d Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Tue, 4 Sep 2007 10:22:45 -0700 Subject: Add 'test' target to makefiles. Hook up ipautil tests to run. --- ipa-admintools/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa-admintools/Makefile') diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile index 69bf1853..4bed3b9a 100644 --- a/ipa-admintools/Makefile +++ b/ipa-admintools/Makefile @@ -10,3 +10,5 @@ install: clean: rm -f *~ *.pyc + +test: -- cgit