Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/irspy
[irspy-moved-to-github.git] / t / 000-ZOOM-IRSpy-basic.t
1 #
2
3 use Test::More tests => 1;
4
5 use lib './lib';
6 use_ok('ZOOM::IRSpy');
7
8 1;