[Groonga-commit] droonga/wikipedia-search at 87561bd [master] Add test task and make it default

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 4 17:40:01 JST 2014


Kouhei Sutou	2014-04-04 17:40:01 +0900 (Fri, 04 Apr 2014)

  New Revision: 87561bd6b379d98edb1552b09a107e0866e97814
  https://github.com/droonga/wikipedia-search/commit/87561bd6b379d98edb1552b09a107e0866e97814

  Message:
    Add test task and make it default

  Modified files:
    Rakefile

  Modified: Rakefile (+7 -0)
===================================================================
--- Rakefile    2014-04-04 17:33:37 +0900 (8de3a21)
+++ Rakefile    2014-04-04 17:40:01 +0900 (d71d8ae)
@@ -10,3 +10,10 @@ $LOAD_PATH.unshift(lib_dir_path.to_s)
 require "wikipedia-search/task"
 
 WikipediaSearch::Task.define
+
+task :default => :test
+
+desc "Run test"
+task :test do
+  ruby("test/run-test.rb")
+end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index