mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 495023 - No need to ender dom/tests ifndef ENABLE_TESTS, r+sr=jst
This commit is contained in:
parent
cbc3c0c493
commit
3419957800
@ -79,8 +79,11 @@ DIRS += \
|
||||
base \
|
||||
src \
|
||||
locales \
|
||||
tests \
|
||||
$(NULL)
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -44,10 +44,8 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = test_dom
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += mochitest
|
||||
XPCSHELL_TESTS = unit
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user