testonly target added

This commit is contained in:
tomas 2004-12-18 01:01:19 +00:00
parent 790e6ee4c1
commit 504fabf8c7
1 changed files with 5 additions and 6 deletions

View File

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