very basic test
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Aug 2013 11:11:24 +0000 (13:11 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Aug 2013 11:11:24 +0000 (13:11 +0200)
t/000-ZOOM-IRSpy-basic.t [new file with mode: 0755]

diff --git a/t/000-ZOOM-IRSpy-basic.t b/t/000-ZOOM-IRSpy-basic.t
new file mode 100755 (executable)
index 0000000..0653552
--- /dev/null
@@ -0,0 +1,8 @@
+#
+
+use Test::More tests => 1;
+
+use lib './lib';
+use_ok('ZOOM::IRSpy');
+
+1;