added storage server setup step in front of running tests
This commit is contained in:
parent
c6e9bc2465
commit
e7fed2c292
1 changed files with 6 additions and 3 deletions
|
@ -20,8 +20,8 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: fgerlits $
|
# Author : $Author: maroy $
|
||||||
# Version : $Revision: 1.6 $
|
# Version : $Revision: 1.7 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/etc/Makefile.in,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/etc/Makefile.in,v $
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
@ -171,7 +171,7 @@ check: all ${TEST_RUNNER} install start run_tests stop uninstall
|
||||||
run_tests: ${TEST_RUNNER}
|
run_tests: ${TEST_RUNNER}
|
||||||
-${TEST_RUNNER} -o ${TEST_RESULTS} -s ${TEST_XSLT}
|
-${TEST_RUNNER} -o ${TEST_RESULTS} -s ${TEST_XSLT}
|
||||||
|
|
||||||
install: ${SCHEDULER_EXE}
|
install: ${SCHEDULER_EXE} storage_server_init
|
||||||
${MAKE} -C ${SCHEDULER_DIR} install
|
${MAKE} -C ${SCHEDULER_DIR} install
|
||||||
|
|
||||||
start: ${SCHEDULER_EXE}
|
start: ${SCHEDULER_EXE}
|
||||||
|
@ -208,6 +208,9 @@ ${AUTHENTICATION_LIB_FILE}:
|
||||||
${SCHEDULER_EXE}:
|
${SCHEDULER_EXE}:
|
||||||
${MAKE} -C ${SCHEDULER_DIR}
|
${MAKE} -C ${SCHEDULER_DIR}
|
||||||
|
|
||||||
|
storage_server_init:
|
||||||
|
${MAKE} -C ${BASE_DIR}/../storageServer
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Pattern rules
|
# Pattern rules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue