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

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

Issue 15736032: Remove old cc-frame-viewer now that it is upstreamed into trace_viewer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
deleted file mode 100644
index 4912645fb6f6aa2ee1b653e3cd6e5991cd301c49..0000000000000000000000000000000000000000
--- a/tools/cc-frame-viewer/third_party/gl-matrix/TESTING.md
+++ /dev/null
@@ -1,27 +0,0 @@
-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