commented some helix player tests out (they segfault);
added 'make reset' to scheduler Makefile.in; added storage server initialization to authentication Makefile.in
This commit is contained in:
parent
02fc75da7d
commit
56e7c95d2a
3 changed files with 16 additions and 16 deletions
|
@ -20,8 +20,8 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.7 $
|
||||
# Author : $Author: fgerlits $
|
||||
# Version : $Revision: 1.8 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/etc/Makefile.in,v $
|
||||
#
|
||||
# @configure_input@
|
||||
|
@ -119,7 +119,7 @@ TEST_RUNNER_LIBS = -l${AUTHENTICATION_LIB} -l${CORE_LIB} \
|
|||
#-------------------------------------------------------------------------------
|
||||
# Targets
|
||||
#-------------------------------------------------------------------------------
|
||||
.PHONY: all dir_setup doc clean docclean depclean distclean
|
||||
.PHONY: all dir_setup doc clean docclean depclean distclean check
|
||||
|
||||
all: dir_setup ${AUTHENTICATION_LIB_FILE}
|
||||
|
||||
|
@ -144,7 +144,7 @@ distclean: clean docclean
|
|||
${RMDIR} ${TMP_DIR}/config* ${TMP_DIR}/autom4te*
|
||||
|
||||
check: all ${TEST_RUNNER}
|
||||
# ${MAKE} -C ${STORAGE_SERVER_DIR}
|
||||
${MAKE} -C ${STORAGE_SERVER_DIR}
|
||||
${TEST_RUNNER} -o ${TEST_RESULTS} -s ${TEST_XSLT}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue