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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/cc-frame-viewer/third_party/gl-matrix/TESTING.md
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/TESTING.md b/tools/cc-frame-viewer/third_party/gl-matrix/TESTING.md
new file mode 100644
index 0000000000000000000000000000000000000000..4912645fb6f6aa2ee1b653e3cd6e5991cd301c49
--- /dev/null
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/TESTING.md
@@ -0,0 +1,27 @@
+Running the test suite
+=======================
+
+The unit tests are built upon the following tools:
+
+* Jasmine -- the underlying test suite which executes the test and reports feedback
+* node.js -- used for testing at the command line, via the `jasmine-node` package
+* selenium -- used for automated in-browser testing via Ruby
+
+If Ruby is installed, you can set up with:
+
+ gem install bundler
+ bundle install
+
+...and then test with:
+
+ rake
+
+Hint: also look at
+
+ rake --tasks
+
+If Ruby is not installed, you must test with `jasmine-node` directly:
+
+ NODE_PATH=$NODE_PATH:. \
+ node_modules/jasmine-node/bin/jasmine-node \
+ spec/helpers/node_helper.js
« 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