~ubuntu-branches/ubuntu/dapper/libcalendar-simple-perl/dapper

« back to all changes in this revision

Viewing changes to t/test.t

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Quinney
  • Date: 2005-06-11 11:52:35 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050611115235-w6i9hhss6ela9oqx
Tags: 1.13-1
New upstream release - build changes only

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Before `make install' is performed this script should be runnable with
2
 
# `make test'. After `make install' it should work as `perl test.pl'
3
 
 
4
 
#########################
5
 
 
6
 
# change 'tests => 1' to 'tests => last_test_to_print';
7
 
 
8
1
use Test::More tests => 34;
9
2
use_ok('Calendar::Simple');
10
3