From ea622b0967788801ce2f532a768aaad6267ef37b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 17 Nov 2010 22:39:12 -0500 Subject: [PATCH] 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 Tested-by: Jeffrey Altman --- NTMakefile | 9 ++++++++- src/rx/test/NTMakefile | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NTMakefile b/NTMakefile index fe8dd6c8d0..618b3bb4d2 100644 --- a/NTMakefile +++ b/NTMakefile @@ -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)\$@ diff --git a/src/rx/test/NTMakefile b/src/rx/test/NTMakefile index cdbdb6f5ce..e3abf173e3 100644 --- a/src/rx/test/NTMakefile +++ b/src/rx/test/NTMakefile @@ -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