From 79552b64462aa36e19d60ff0bfd23961387b8c0e Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 14 Aug 2013 13:11:24 +0200 Subject: [PATCH] very basic test --- t/000-ZOOM-IRSpy-basic.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 t/000-ZOOM-IRSpy-basic.t 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; -- 1.7.10.4