Bug 495023 - No need to ender dom/tests ifndef ENABLE_TESTS, r+sr=jst

This commit is contained in:
Phil Ringnalda 2009-06-13 11:53:38 -07:00
Родитель cbc3c0c493
Коммит 3419957800
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

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