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
Родитель a389fd3afa
Коммит b57733ad8f
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

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