turn off gloda tests to fix tinderbox bustage

This commit is contained in:
David Bienvenu 2008-11-04 13:05:06 -08:00
Родитель 29bab4a5cd
Коммит 7b9ecc0778
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -47,7 +47,8 @@ DIRS = modules components
#DIRS = components
ifdef ENABLE_TESTS
DIRS += test
#turn off tests for now
#DIRS += test
endif
include $(topsrcdir)/config/rules.mk