sync a bunch of files with Test::Simple 0.86
[p5sagit/p5-mst-13.2.git] / t / lib / Test / Simple / sample_tests / success.plx
CommitLineData
4dd974da 1require Test::Simple;
3c4bf434 2# $Id$
4dd974da 3
d020a79a 4push @INC, 't/lib';
5require Test::Simple::Catch;
6my($out, $err) = Test::Simple::Catch::caught();
4dd974da 7
8Test::Simple->import(tests => 5);
9
10ok(1);
11ok(5, 'yep');
12ok(3, 'beer');
13ok("wibble", "wibble");
14ok(1);