Makefile revision 6027
4726N/A# The contents of this file are subject to the terms of the 4726N/A# Common Development and Distribution License (the "License"). 4726N/A# You may not use this file except in compliance with the License. 4726N/A# See the License for the specific language governing permissions 4726N/A# and limitations under the License. 4726N/A# When distributing Covered Code, include this CDDL HEADER in each 4726N/A# If applicable, add the following below this CDDL HEADER, with the 4726N/A# fields enclosed by brackets "[]" replaced with your own identifying 4726N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6027N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 4726N/A# To run the test, you'll need to get pre-built installer of node.js for 6027N/A# Then go to qunit's source code root, such as 'qunit-1.23.1', 4726N/A# run `npm install -g grunt-cli` to have a global grunt binary, 4726N/A# and run `npm install` to get required node modules for additional grunt tasks. 4726N/A# Finally run `grunt` to start running all the test tasks. 6027N/A# However, phantomjs is not supported well in Solaris and there is not an intuitive 4726N/A# patch for fixing it, therefore `npm install` fails when it tries to install 4726N/A# phantomjs, and the test taks can't be run. 4726N/A# The phantomjs issue is discussed at: 6027N/A# These test tasks are passed successfully in a Mac OSX laptop. It'd be fine 4726N/A# to use QUnit in the browser.