Bug 759157 - Followup to add Makefile warning for disabled tests, so they don't get forgotten

This commit is contained in:
Ed Morley 2012-10-03 11:46:44 +01:00
parent 6ac8d487f8
commit be8d44286a

View File

@ -60,6 +60,8 @@ MOCHITEST_BROWSER_FILES = \
browser_tilt_visualizer.js \
browser_tilt_zoom.js \
$(NULL)
else
$(warning browser_tilt_* disabled on Linux for intermittent failures. Bug 759157 and friends)
endif
include $(topsrcdir)/config/rules.mk