2008-11-28 03:22:39 -05:00
|
|
|
#!/usr/bin/perl
|
|
|
|
|
use Test::More;
|
|
|
|
|
if (! -e "./test_base64") {
|
2014-01-24 02:32:45 -05:00
|
|
|
plan skip_all => "./test_base64 not compiled - please enable libtap library to test";
|
2008-11-28 03:22:39 -05:00
|
|
|
}
|
|
|
|
|
exec "./test_base64";
|