Bug 945667 - Disable browser_google_behavior.js on Linux due to relying on browser_ab...
[gecko.git] / browser / components / search / test / Makefile.in
blob2de4d46a8dcdb1c52a3c39e2bdf47fa4054cc6ad
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 ifdef ENABLE_TESTS
6 pp_mochitest_browser_files := \
7 browser_google.js \
8 $(NULL)
10 # This test depends on browser_aboutHome.js, which was disabled (bug 945667)
11 ifndef MOZ_WIDGET_GTK
12 pp_mochitest_browser_files += \
13 browser_google_behavior.js \
14 $(NULL)
15 endif
17 pp_mochitest_browser_files_PATH := $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
18 pp_mochitest_browser_files_FLAGS := -DMOZ_DISTRIBUTION_ID=$(MOZ_DISTRIBUTION_ID)
19 PP_TARGETS += pp_mochitest_browser_files
20 endif # ENABLE_TESTS