summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@mdehaan.rdu.redhat.com>2007-09-05 16:31:30 -0400
committerroot <root@mdehaan.rdu.redhat.com>2007-09-05 16:31:30 -0400
commit69cd6adec522e73a52a2c0f3aac70401f92adc9f (patch)
tree6f22eab2a8848a455fc5c1c6faf13f239ced0eaf /Makefile
parent26263db30e0ad51f0cabfcc6f7dde92d04cdcfbb (diff)
downloadthird_party-cobbler-69cd6adec522e73a52a2c0f3aac70401f92adc9f.tar.gz
third_party-cobbler-69cd6adec522e73a52a2c0f3aac70401f92adc9f.tar.xz
third_party-cobbler-69cd6adec522e73a52a2c0f3aac70401f92adc9f.zip
Working on pluggable serializers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcfa274..aa14401 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ manpage:
pod2man --center="cobbler" --release="" ./docs/cobbler.pod | gzip -c > ./docs/cobbler.1.gz
pod2html ./docs/cobbler.pod > ./docs/cobbler.html
-test:
+test: install
python tests/tests.py
-rm -rf /tmp/_cobbler-*