Bug 650263 - Filter by toolkit instead of by OS to decide whether to go into modules/plugin/test. r=ted

This commit is contained in:
Mike Hommey 2011-04-22 10:31:59 +02:00
parent dad5a358cd
commit d1e2c6fe89

View File

@ -53,7 +53,7 @@ DIRS = \
# buildable on other non-GTK unix builds
ifdef ENABLE_TESTS
ifneq (,$(filter WINNT Darwin Linux OS2 SunOS,$(OS_ARCH)))
ifneq (,$(filter gtk2 cocoa windows android qt os2,$(MOZ_WIDGET_TOOLKIT)))
DIRS += test
endif
endif