From 1ac40064c5d0cd6a592e69b47bc72ce9b1fd7e1c Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Fri, 9 Nov 2007 22:01:33 +0000 Subject: Adding test for base64 lib git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1818 f882894a-f735-0410-b71e-b25c423dba1c --- lib/tests/test_base64.t | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 lib/tests/test_base64.t (limited to 'lib/tests/test_base64.t') 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 @@ +#!/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"; -- cgit v1.2.3-74-g34f1