Disable xpinstall tests to evaluate failures

This commit is contained in:
Dave Townsend 2009-02-12 15:24:35 +00:00
Родитель b103c69755
Коммит 2bc0fd4032
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -50,8 +50,8 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpinstall
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/rules.mk