task default: [:test]

task :test do
  ruby 'test/test_sha3-pure-ruby.rb'
end
