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:
Ed Morley 2011-07-28 14:00:55 -07:00
parent 53e1ad5c41
commit 012640aa0e

View File

@ -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