testonly target added
This commit is contained in:
parent
790e6ee4c1
commit
504fabf8c7
|
@ -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
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue