diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-11-09 22:01:33 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-11-09 22:01:33 +0000 |
| commit | 1ac40064c5d0cd6a592e69b47bc72ce9b1fd7e1c (patch) | |
| tree | c56ed477cf30e0c47055972636c5844284abc17f /lib/tests/test_base64.t | |
| parent | 7a05ad0166ac11d4206d934825728b56a58d8edd (diff) | |
| download | monitoring-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-x | lib/tests/test_base64.t | 6 |
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 00000000..4b9236f0 --- /dev/null +++ b/lib/tests/test_base64.t | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/usr/bin/perl | ||
| 2 | use Test::More; | ||
| 3 | if (! -e "./test_base64") { | ||
| 4 | plan skip_all => "./test_base64 not compiled - please install tap library to test"; | ||
| 5 | } | ||
| 6 | exec "./test_base64"; | ||
