summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authorlarryh%netscape.com <devnull@localhost>1999-02-24 00:09:40 +0000
committerlarryh%netscape.com <devnull@localhost>1999-02-24 00:09:40 +0000
commita70d0808876ce143d3c94be1f890b5234e3f60cb (patch)
treeead4b3f9c8e420a7ad31b68bf7a92cf863bdeded /lib/tests
parente5bb7f2ce376e63c34705b918f51c059626ddf7c (diff)
downloadnspr-hg-a70d0808876ce143d3c94be1f890b5234e3f60cb.tar.gz
don't do windows on unix
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tests/Makefile b/lib/tests/Makefile
index 5c446339..7db13fbe 100644
--- a/lib/tests/Makefile
+++ b/lib/tests/Makefile
@@ -21,7 +21,9 @@ MOD_DEPTH = ../..
include $(MOD_DEPTH)/config/config.mk
+ifeq ($(OS_ARCH), WINNT)
DIRS = windows
+endif
ifeq ($(OS_TARGET), WIN16)
OS_CFLAGS = $(OS_EXE_CFLAGS)