Bug 397227 - Try to fix bustage on Linux leak test tinderbox, r=redness

This commit is contained in:
Jeff Walden 2008-12-03 23:56:34 -08:00
Родитель 46a75a3b12
Коммит 16f59d89cb
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -197,7 +197,11 @@ ifdef CPP_UNIT_TESTS
CPPSRCS += $(CPP_UNIT_TESTS)
SIMPLE_PROGRAMS += $(CPP_UNIT_TESTS:.cpp=$(BIN_SUFFIX))
REQUIRES += testing xpcom
ifndef MOZ_ENABLE_LIBXUL
LIBS += $(XPCOM_LIBS) $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS)
else
LIBS += $(XPCOM_LIBS) $(XPCOM_STANDALONE_GLUE_LDOPTS) $(NSPR_LIBS)
endif
# ...and run them the usual way
check::