Allow running tests in parallel via gmake
commit72a2aa7ca6e4ed1dab8448b93be31a35748ff881
authorEric Wong <normalperson@yhbt.net>
Tue, 3 Feb 2009 20:04:45 +0000 (3 12:04 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 10 Feb 2009 03:50:33 +0000 (9 19:50 -0800)
tree5835901566ef2a10d7ee4c76fe4f82d3852684e1
parent9f9a9d488ed32a2891dc3dd7d50a17a16357042d
Allow running tests in parallel via gmake

Some of the tests here are horrifically slow due to sleeps,
allow using gmake to run these tests in parallel.  My Core2 Duo
runs "make -j" over 10s faster than "rake".
GNUmakefile [new file with mode: 0644]
test/test_helper.rb