Bug 397227 - Second attempt at fixing bustage on Linux leak test tinderbox, r=redness

This commit is contained in:
Jeff Walden 2008-12-04 00:40:04 -08:00
Родитель 78cc905ee2
Коммит 0bc2df6f4b
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -197,11 +197,7 @@ 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
LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS)
# ...and run them the usual way
check::