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
Родитель de7fea7d64
Коммит 9558e4bd94
1 изменённых файлов: 5 добавлений и 1 удалений

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

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