Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony makefile...
[ira/wip.git] / source / selftest / test_subunit.pl
1 #!/usr/bin/perl
2
3 use Test::More tests => 0;
4 use FindBin qw($RealBin);
5 use lib $RealBin;
6 use Subunit qw(parse_results);
7