mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 674541 - Test for DOM Worker Threads XHR (in dom/src/foo/) is still generated when using --disable-tests; r=khuey
This commit is contained in:
parent
53e1ad5c41
commit
012640aa0e
@ -42,6 +42,10 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = jsurl events storage offline json geolocation notification foo
|
||||
DIRS = jsurl events storage offline json geolocation notification
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += foo
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user