Bug 291088 - "bloat test files should not be included in optimized builds or release builds" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=bsmedberg a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-01-10 01:12:44 -08:00
Родитель 05f9aabed4
Коммит 869b9acc81
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -56,6 +56,7 @@ endif
include $(topsrcdir)/config/rules.mk
ifdef ENABLE_TESTS
# Install bloaturls.txt file for tinderbox bloat test.
libs:: bloaturls.txt
$(INSTALL) $< $(DIST)/bin
@ -65,3 +66,4 @@ libs:: bloaturls.txt
# autocycling of URLs.
libs:: bloatcycle.html
$(INSTALL) $< $(DIST)/bin/res
endif