Fix remaining issues with XML-RPC test cases

Tied the make-test script into the test target of the top-level Makefile
Added code to xmlrpc_test.py so that it configures the API if it isn't
already done which enables individual tests to be executed.
This commit is contained in:
Rob Crittenden
2009-02-04 09:03:40 -05:00
parent 2d7e0de5ea
commit 98d4644bff
8 changed files with 37 additions and 26 deletions
+1 -3
View File
@@ -59,9 +59,7 @@ install: all server-install
done
test:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
./make-test
release-update:
if [ ! -e RELEASE ]; then echo 0 > RELEASE; fi