Bug 848978 - Please generate a new Otoro, Unagi, Pandaboard and Emulator snapshot...
[gecko.git] / b2g / build.mk
blob8697dec3acf7b73106889a971f3a1ba1dbd30830
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 installer:
6 @$(MAKE) -C b2g/installer installer
8 package:
9 @$(MAKE) -C b2g/installer
11 install::
12 @echo "B2G can't be installed directly."
13 @exit 1
15 upload::
16 @$(MAKE) -C b2g/installer upload
18 ifdef ENABLE_TESTS
19 # Implemented in testing/testsuite-targets.mk
21 mochitest-browser-chrome:
22 $(RUN_MOCHITEST) --browser-chrome
23 $(CHECK_TEST_ERROR)
25 mochitest:: mochitest-browser-chrome
27 .PHONY: mochitest-browser-chrome
28 endif