xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives (revision b39c515898423c8d899e35282f4b395f7cad3298)
1*b39c5158Smillert#!/usr/bin/perl
2*b39c5158Smillert
3*b39c5158Smillertprint <<'END_TESTS';
4*b39c5158Smillert1..3
5*b39c5158Smillertok 1 - this is a test
6*b39c5158Smillertnot ok 2 - we have a something # TODO some output
7*b39c5158Smillertok 3 houston, we don't have liftoff # SKIP no funding
8*b39c5158SmillertEND_TESTS
9