NAME

Test::Synchronized

SYNOPSIS

use Test::More tests => 1;
use Test::Synchronized;

...

ok(cant_run_with_other_tests());

DESCRIPTION

"prove -j9" is fast. But your tests are parallel-safe?

Test::Synchronized provides simple lock system for your tests. If your tests includes some parallel-unsafe tests, You can use "prove -j9" with Test::Synchronized to speed up your development.

AUTHOR

KATO Kazuyoshi <kzys@8-p.info>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.