File: ruby-tests.rake

package info (click to toggle)
ruby-mpi 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: ansic: 714; ruby: 294; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (2)
1
2
3
task :default do
  sh 'mpiexec', '--allow-run-as-root', '-n', '1', RbConfig.ruby, '-S', 'rspec', '-f', 'documentation'
end