File: ruby-tests.rake

package info (click to toggle)
ruby-mpi 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: ansic: 1,500; ruby: 808; makefile: 8
file content (3 lines) | stat: -rw-r--r-- 100 bytes parent folder | download
1
2
3
task :default do
  sh 'mpiexec', '-n', '1', RbConfig.ruby, '-S', 'rspec', '-f', 'documentation'
end