summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_base64.t
blob: 4ad64737993d375344bf246f738b9bda0c5ee07f (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 enable libtap library to test";
}
exec "./test_base64";