Bug 672040 - Hunspell test suite is still generated when using --disable-tests; r=khuey

This commit is contained in:
Ed Morley 2011-07-17 12:07:41 +02:00
Родитель dda36f043f
Коммит 8c65e58dd6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -44,15 +44,15 @@ include $(DEPTH)/config/autoconf.mk
MODULE = hunspell
DIRS = src
ifdef ENABLE_TESTS
XPCSHELL_TESTS = tests/unit
ABS_topsrcdir = $(call core_abspath,$(topsrcdir))
libs::
$(NSINSTALL) -D $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/tests/unit/data
cd $(srcdir)/tests; $(PYTHON) $(ABS_topsrcdir)/config/nsinstall.py \
./ \
$(call core_abspath,$(DEPTH)/_tests/xpcshell/$(relativesrcdir)/tests/unit/data/)
endif
include $(topsrcdir)/config/rules.mk