mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
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:
parent
f5fb20a0e3
commit
ea622b0967
@ -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)\$@
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user