mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +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 \
|
base \
|
||||||
src \
|
src \
|
||||||
locales \
|
locales \
|
||||||
tests \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
ifdef ENABLE_TESTS
|
||||||
|
DIRS += tests
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
@ -44,10 +44,8 @@ include $(DEPTH)/config/autoconf.mk
|
|||||||
|
|
||||||
MODULE = test_dom
|
MODULE = test_dom
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
|
||||||
DIRS += mochitest
|
DIRS += mochitest
|
||||||
XPCSHELL_TESTS = unit
|
XPCSHELL_TESTS = unit
|
||||||
endif
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user