Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Side by Side Diff: tools/cc-frame-viewer/third_party/gl-matrix/TESTING.md

Issue 12251005: [cc-frame-viewer] Add gl-matrix to third_party [redux] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Running the test suite
2 =======================
3
4 The unit tests are built upon the following tools:
5
6 * Jasmine -- the underlying test suite which executes the test and reports feedb ack
7 * node.js -- used for testing at the command line, via the `jasmine-node` packag e
8 * selenium -- used for automated in-browser testing via Ruby
9
10 If Ruby is installed, you can set up with:
11
12 gem install bundler
13 bundle install
14
15 ...and then test with:
16
17 rake
18
19 Hint: also look at
20
21 rake --tasks
22
23 If Ruby is not installed, you must test with `jasmine-node` directly:
24
25 NODE_PATH=$NODE_PATH:. \
26 node_modules/jasmine-node/bin/jasmine-node \
27 spec/helpers/node_helper.js
OLDNEW
« no previous file with comments | « tools/cc-frame-viewer/third_party/gl-matrix/Rakefile ('k') | tools/cc-frame-viewer/third_party/gl-matrix/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698