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-client/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa-client') diff --git a/ipa-client/Makefile b/ipa-client/Makefile index a00d30bb..d16e53f9 100644 --- a/ipa-client/Makefile +++ b/ipa-client/Makefile @@ -21,3 +21,5 @@ clean: done rm -f *~ rm -f ipaclient/*~ + +test: -- cgit