Bug 495025 - content/xul/content builds its tests unconditionally, r=ted

This commit is contained in:
Phil Ringnalda 2009-06-13 11:53:37 -07:00
parent c906719b6c
commit dae845ed21

View File

@ -43,7 +43,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = xul
PARALLEL_DIRS = src test
PARALLEL_DIRS = src
ifdef ENABLE_TESTS
PARALLEL_DIRS += test
endif
include $(topsrcdir)/config/rules.mk