Sha256: ae1bb6e5b35786f2a6db2be6315d9ffdef5302f848295a54831bfad24386b49f

Contents?: true

Size: 367 Bytes

Versions: 76

Compression:

Stored size: 367 Bytes

Contents

# frozen_string_literal: true

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

task default: :test

Rake::ExtensionTask.new("ahriman") do |c|
  c.lib_dir = "lib/ahriman"
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

76 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_rust/Rakefile
wasmtime-29.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_ruby/Rakefile
wasmtime-28.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_ruby/Rakefile
wasmtime-28.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_rust/Rakefile
wasmtime-27.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_ruby/Rakefile
wasmtime-27.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_rust/Rakefile
wasmtime-26.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_ruby/Rakefile
wasmtime-26.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/custom_exception_rust/Rakefile
wasmtime-25.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_rust/Rakefile
wasmtime-25.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_ruby/Rakefile
wasmtime-25.0.1 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_rust/Rakefile
wasmtime-25.0.1 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_ruby/Rakefile
wasmtime-25.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_ruby/Rakefile
wasmtime-25.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_rust/Rakefile
wasmtime-24.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_ruby/Rakefile
wasmtime-24.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_rust/Rakefile
wasmtime-23.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_ruby/Rakefile
wasmtime-23.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_rust/Rakefile
wasmtime-22.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_rust/Rakefile
wasmtime-22.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/custom_exception_ruby/Rakefile