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-14.0.3 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-14.0.1 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-14.0.0 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-13.0.0 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-12.0.1 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-12.0.0 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-11.0.0 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-10.0.1 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-10.0.0 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-9.0.4 ./ext/cargo-vendor/magnus-0.5.5/examples/rust_blank/Rakefile
wasmtime-9.0.1 ./ext/cargo-vendor/magnus-0.5.3/examples/rust_blank/Rakefile
wasmtime-8.0.0 ./ext/cargo-vendor/magnus-0.5.3/examples/rust_blank/Rakefile
wasmtime-7.0.0 ./ext/cargo-vendor/magnus-0.5.2/examples/rust_blank/Rakefile
wasmtime-6.0.1 ./ext/cargo-vendor/magnus-0.5.1/examples/rust_blank/Rakefile
wasmtime-6.0.0 ./ext/cargo-vendor/magnus-0.5.1/examples/rust_blank/Rakefile
wasmtime-5.0.0 ./ext/cargo-vendor/magnus-0.4.4/examples/rust_blank/Rakefile
wasmtime-0.4.1 ./ext/cargo-vendor/magnus-0.4.4/examples/rust_blank/Rakefile
wasmtime-0.4.0 ./ext/cargo-vendor/magnus-0.4.3/examples/rust_blank/Rakefile