X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=t%2F000-ZOOM-IRSpy-basic.t;fp=t%2F000-ZOOM-IRSpy-basic.t;h=06535520cfdd9afd8fa9d148fce94edb129e9ce8;hp=0000000000000000000000000000000000000000;hb=79552b64462aa36e19d60ff0bfd23961387b8c0e;hpb=424768b20deaa345499363cc5050a77ce654c324 diff --git a/t/000-ZOOM-IRSpy-basic.t b/t/000-ZOOM-IRSpy-basic.t new file mode 100755 index 0000000..0653552 --- /dev/null +++ b/t/000-ZOOM-IRSpy-basic.t @@ -0,0 +1,8 @@ +# + +use Test::More tests => 1; + +use lib './lib'; +use_ok('ZOOM::IRSpy'); + +1;