Don't build storage tests until libxul is available

This commit is contained in:
benjamin%smedbergs.us 2006-03-23 15:52:20 +00:00
Родитель f6524384f8
Коммит 8f244f2740
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -51,7 +51,7 @@ DIRS = ../db/sqlite3/src \
$(NULL)
ifdef ENABLE_TESTS
DIRS += test
TOOL_DIRS += test
endif
include $(topsrcdir)/config/rules.mk