Windows: build src/rx/tests

Now that we have roken integrated build src/rx/tests as a
standard part of the build.

Change-Id: Ic2e6e9229f92c302bd4cfaa173c6d1b5e15d9b55
Reviewed-on: http://gerrit.openafs.org/3324
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Jeffrey Altman 2010-11-17 22:39:12 -05:00 committed by Jeffrey Altman
parent f5fb20a0e3
commit ea622b0967
2 changed files with 9 additions and 2 deletions

View File

@ -368,7 +368,14 @@ libafsrpc: dir
$(NTMAKE)
$(CD) ..\..
vol: libafsrpc
rxtests: libafsrpc
@echo ***** $@
$(DOCD) $(SRC)\rx\test
$(CD) $(SRC)\rx\test
$(NTMAKE)
$(CD) ..\..\..
vol: rxtests
@echo ***** $@
$(DOCD) $(SRC)\$@
$(CD) $(SRC)\$@

View File

@ -5,7 +5,7 @@
# License. For details, see the LICENSE file in the top-level source
# directory or online at http://www.openafs.org/dl/license10.html
AFSDEV_AUXCDEFINES = -DAFS_PTHREAD_ENV
AFSDEV_AUXCDEFINES = -DAFS_PTHREAD_ENV -DHAVE_WARNX -DHAVE_ERRX -DHAVE_WARN -DHAVE_ERR
!IF ("$(AFSDEV_BUILDTYPE)" == "CHECKED")
AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -DRXDEBUG
!ENDIF