Bug 1560374 - Set testharness and reftest web-platform-tests to Tier-1; r=jmaher...
[gecko.git] / build / mozconfig.node
blob399cf1e1c4566319c93452fda6ee5994e1d9318c
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 case "$(uname -s)" in
6 MINGW*)
7     export NODEJS=$topsrcdir/node/node.exe
8     ;;
9 *)
10     export NODEJS=$topsrcdir/node/bin/node
11     ;;
12 esac