mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
dad5a358cd
commit
d1e2c6fe89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user