From: Wolfram Schneider Date: Wed, 14 Aug 2013 11:11:24 +0000 (+0200) Subject: very basic test X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=79552b64462aa36e19d60ff0bfd23961387b8c0e very basic test --- 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;