File: 01-basic-test.t

package info (click to toggle)
libbusiness-onlinepayment-tclink-perl 1.03-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 124 kB
  • ctags: 12
  • sloc: perl: 134; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl Lemonldap-NG-Portal.t'

#########################

# change 'tests => 1' to 'tests => last_test_to_print';

use Test::More tests => 1;

BEGIN { use_ok( 'Business::OnlinePayment::TCLink' ) }