diff options
author | Kevin McCarthy <kmccarth@redhat.com> | 2007-09-04 10:22:45 -0700 |
---|---|---|
committer | Kevin McCarthy <kmccarth@redhat.com> | 2007-09-04 10:22:45 -0700 |
commit | c85c8eede36224e72b42153708dd58a9f0610b0d (patch) | |
tree | 02da14d197ad1f2a7b1e4265a91df276952c7c8c /ipa-admintools | |
parent | 90a34f386555ca8352e38b6186136a6750517116 (diff) | |
download | freeipa-c85c8eede36224e72b42153708dd58a9f0610b0d.tar.gz freeipa-c85c8eede36224e72b42153708dd58a9f0610b0d.tar.xz freeipa-c85c8eede36224e72b42153708dd58a9f0610b0d.zip |
Add 'test' target to makefiles. Hook up ipautil tests to run.
Diffstat (limited to 'ipa-admintools')
-rw-r--r-- | ipa-admintools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile index 69bf18537..4bed3b9a6 100644 --- a/ipa-admintools/Makefile +++ b/ipa-admintools/Makefile @@ -10,3 +10,5 @@ install: clean: rm -f *~ *.pyc + +test: |