Fix broken WINNT embedding tests by not building them, as happened before the previous change -- bug 351968 cleanup

This commit is contained in:
jwalden%mit.edu 2007-01-31 05:52:24 +00:00
parent a389fd3afa
commit b57733ad8f
2 changed files with 1 additions and 5 deletions

View File

@ -53,7 +53,7 @@ DIRS += lite
endif
ifdef ENABLE_TESTS
DIRS += tests
XPCSHELL_TESTS = tests/unit
endif
include $(topsrcdir)/config/rules.mk

View File

@ -35,10 +35,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = test_embedding
XPCSHELL_TESTS = unit
ifeq ($(OS_ARCH),OS2)
DIRS = os2Embed
endif