summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_base64.t
blob: 4b9236f0c051d2b6a210024b09072c538c3e44a7 (plain)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_base64") {
	plan skip_all => "./test_base64 not compiled - please install tap library to test";
}
exec "./test_base64";