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
parent cbc3c0c493
commit 3419957800
2 changed files with 4 additions and 3 deletions

View File

@ -79,8 +79,11 @@ DIRS += \
base \
src \
locales \
tests \
$(NULL)
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk

View File

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