Disable xpinstall tests to evaluate failures

This commit is contained in:
Dave Townsend 2009-02-12 15:24:35 +00:00
parent c5020af907
commit 4513797543

View File

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