Sha256: 752abc06097b6d69b90dedf2075b1b0194875245b66f44bd20d7f7a858e069ec

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

require "bundler/gem_tasks"

desc "test to rgot"
task :test do |t|
  targets = [
    "test/rgot_common_test.rb",
    "test/rgot_test.rb",
    "test/rgot_benchmark_test.rb",
    "test/rgot_example_test.rb",
    "test/rgot_fuzzing_test.rb",
  ]
  ruby "bin/rgot -v #{targets.join(' ')}"
end

task :default => [:test]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rgot-1.4.0 Rakefile
rgot-1.3.0 Rakefile