summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin McCarthy <kmccarth@redhat.com>2007-09-04 10:22:45 -0700
committerKevin McCarthy <kmccarth@redhat.com>2007-09-04 10:22:45 -0700
commitc85c8eede36224e72b42153708dd58a9f0610b0d (patch)
tree02da14d197ad1f2a7b1e4265a91df276952c7c8c /Makefile
parent90a34f386555ca8352e38b6186136a6750517116 (diff)
downloadfreeipa-c85c8eede36224e72b42153708dd58a9f0610b0d.tar.gz
freeipa-c85c8eede36224e72b42153708dd58a9f0610b0d.tar.xz
freeipa-c85c8eede36224e72b42153708dd58a9f0610b0d.zip
Add 'test' target to makefiles. Hook up ipautil tests to run.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93ffe09b0..95580fcbc 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,11 @@ clean:
done
rm -f *~
+test:
+ @for subdir in $(SUBDIRS); do \
+ (cd $$subdir && $(MAKE) $@) || exit 1; \
+ done
+
version-update:
sed s/VERSION/$(SERV_VERSION)/ ipa-server/freeipa-server.spec.in \
> ipa-server/freeipa-server.spec