1# Before `make install' is performed this script should be runnable with
2# `make test'. After `make install' it should work as `perl test.t'
3
4######################### We start with some black magic to print on failure.
5use strict;
6use warnings;
7
8use Test::More tests => 1;
9
10use_ok 'File::NFSLock';
11