Testing parallel_test for Sora_h
Steps
- git clone https://github.com/sorah/ruby.git
- build ruby
- autoconf
- configure
- make
- make install (to /usr/local/bin)
- git fetch origin parallel_test
- git checkout origin/parallel_test
- make TESTS='-j4 -v' test-all
Test
https://gist.github.com/833420
Result
Attach:sora_h_test
These tests _will_ actually run in parallel!
http://redmine.ruby-lang.org/issues/show/4415