Sha256: 5dabeb863e0633e93b76a0bf7de3c8df3d2bfcfa0bee11978142d58e7749d347

Contents?: true

Size: 373 Bytes

Versions: 38

Compression:

Stored size: 373 Bytes

Contents

# frozen_string_literal: true

require "rake/testtask"
require "rake/extensiontask"

task default: :test

Rake::ExtensionTask.new("rust_blank") do |c|
  c.lib_dir = "lib/rust_blank"
end

task :dev do
  ENV['RB_SYS_CARGO_PROFILE'] = 'dev'
end

Rake::TestTask.new do |t|
  t.deps << :dev << :compile
  t.test_files = FileList[File.expand_path("test/*_test.rb", __dir__)]
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/rust_blank/Rakefile
wasmtime-28.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/rust_blank/Rakefile
wasmtime-27.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/rust_blank/Rakefile
wasmtime-26.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/rust_blank/Rakefile
wasmtime-25.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-25.0.1 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-25.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-24.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-23.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-22.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-21.0.1 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-20.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-20.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/rust_blank/Rakefile
wasmtime-18.0.3 ./ext/cargo-vendor/magnus-0.6.2/examples/rust_blank/Rakefile
wasmtime-17.0.1 ./ext/cargo-vendor/magnus-0.6.2/examples/rust_blank/Rakefile
wasmtime-17.0.0 ./ext/cargo-vendor/magnus-0.6.2/examples/rust_blank/Rakefile
wasmtime-16.0.0 ./ext/cargo-vendor/magnus-0.6.2/examples/rust_blank/Rakefile
wasmtime-15.0.1 ./ext/cargo-vendor/magnus-0.6.2/examples/rust_blank/Rakefile
wasmtime-15.0.0 ./ext/cargo-vendor/magnus-0.6.2/examples/rust_blank/Rakefile
wasmtime-14.0.4 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile