| pake documentation | view source | Contained in the pake distribution. |
Pake::TestLib::TestTask
Pake::TestLib::TestTask->new("tests");
If you want to execute test run:
pake Test
Other way is to make default task Test:
default "Test";
TestTask executes tests in a specified directory.
| pake documentation | view source | Contained in the pake distribution. |