From 98d4644bff67a6545cada8364c84b43e2a99fe62 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 3 Feb 2009 15:03:17 -0500 Subject: 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. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b47d9bc8f..55f9fbebc 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit