diff --git a/livesupport/modules/storageServer/Makefile b/livesupport/modules/storageServer/Makefile index 015ccebad..06162d8f5 100644 --- a/livesupport/modules/storageServer/Makefile +++ b/livesupport/modules/storageServer/Makefile @@ -20,7 +20,7 @@ # # # Author : $Author: tomas $ -# Version : $Revision: 1.5 $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/Attic/Makefile,v $ # # @configure_input@ @@ -90,7 +90,7 @@ TEST_RUNNER = ${PHP_DIR}/xmlrpc/testRunner.sh # Targets #------------------------------------------------------------------------------- .PHONY: all dir_setup doc clean docclean depclean distclean dist \ - db_init db_clean transtest + db_init db_clean testonly transtest all: dir_setup db_init # $(MAKE) -C ../archiveServer all @@ -117,10 +117,12 @@ dist: distclean: clean docclean -check: all ${TEST_RUNNER} +testonly: ${TEST_RUNNER} ${TEST_RUNNER} # $(MAKE) transtest +check: all testonly + #------------------------------------------------------------------------------- # Specific targets #------------------------------------------------------------------------------- @@ -141,9 +143,6 @@ ${DOXYGEN_DIR}: ${TEST_RUNNER}: -testonly: ${TEST_RUNNER} - ${TEST_RUNNER} - #------------------------------------------------------------------------------- # Pattern rules #-------------------------------------------------------------------------------