summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_base64.t
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-09 22:01:33 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-09 22:01:33 (GMT)
commit1ac40064c5d0cd6a592e69b47bc72ce9b1fd7e1c (patch)
treec56ed477cf30e0c47055972636c5844284abc17f /lib/tests/test_base64.t
parent7a05ad0166ac11d4206d934825728b56a58d8edd (diff)
downloadmonitoring-plugins-1ac40064c5d0cd6a592e69b47bc72ce9b1fd7e1c.tar.gz
Adding test for base64 lib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1818 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/test_base64.t')
-rwxr-xr-xlib/tests/test_base64.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/test_base64.t b/lib/tests/test_base64.t
new file mode 100755
index 0000000..4b9236f
--- /dev/null
+++ b/lib/tests/test_base64.t
@@ -0,0 +1,6 @@
1#!/usr/bin/perl
2use Test::More;
3if (! -e "./test_base64") {
4 plan skip_all => "./test_base64 not compiled - please install tap library to test";
5}
6exec "./test_base64";