changed to t/*

This commit is contained in:
Max Baker
2003-03-06 21:01:44 +00:00
parent b4c1bf0900
commit fe6157f900

18
test.pl
View File

@@ -1,18 +0,0 @@
# SNMP::Info - test.pl
# $Id$
#
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'
#
use Test;
BEGIN { plan tests => 1 };
use SNMP::Info;
ok(1);
# If we made it this far, we're ok.
#########################
# No tests yet.
print "No test's implemented yet. \n";