Don't try to build plugin tests unless platform is specifically marked as ready. b=474503 r=josh sr=jst

This commit is contained in:
Walter Meinl 2009-01-22 23:18:47 -05:00
Родитель 2c5fa65761
Коммит 432b5e2ed9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -80,9 +80,9 @@ endif
ifdef ENABLE_TESTS ifdef ENABLE_TESTS
ifneq (,$(filter WINNT Darwin Linux,$(OS_ARCH))) ifneq (,$(filter WINNT Darwin Linux,$(OS_ARCH)))
DIRS += test
TOOL_DIRS += sdk TOOL_DIRS += sdk
endif endif
DIRS += test
endif endif
endif # MOZ_PLUGINS endif # MOZ_PLUGINS