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

Unified Diff: tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake

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/tasks/test/ci.rake
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake
new file mode 100644
index 0000000000000000000000000000000000000000..7d0b4725a9641204895438cd0428103480621d3e
--- /dev/null
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake
@@ -0,0 +1,9 @@
+namespace :test do
+ desc "Run continuous integration tests"
+ RSpec::Core::RakeTask.new('ci' => :build) do |t|
+ t.rspec_opts = ["--colour", "--format", ENV['JASMINE_SPEC_FORMAT'] || "progress"]
+ t.verbose = true
+ t.rspec_opts += ["-r #{base_path.join('tasks/support/gl-matrix')}"]
+ t.pattern = [Jasmine.runner_filepath]
+ end
+end

Powered by Google App Engine
This is Rietveld 408576698