blob: 48c2ddf439d4ca08f75bb21ef02bb9dd5fdcc134 (
plain)
| 1
2
3
4
5
6
 | #!/usr/bin/perl
use Test::More;
if (! -e "./test_generic_output") {
	plan skip_all => "./test_generic_output not compiled - please enable libtap library to test";
}
exec "./test_generic_output";
 |