From 48df96665ec4b9e30469f7de2604578dae169f17 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 21 Feb 2011 06:08:19 +0000 Subject: added test and launcher script --- testing/test.pl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 testing/test.pl (limited to 'testing/test.pl') diff --git a/testing/test.pl b/testing/test.pl new file mode 100755 index 0000000..b062160 --- /dev/null +++ b/testing/test.pl @@ -0,0 +1,18 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +use feature qw/say/; + +use lib 'blib/lib'; + +use Test::Irssi; + +my $test = Test::Irssi->new + (irssi_binary => "/opt/stow/repo/irssi-debug/bin/irssi", + irssi_homedir => $ENV{HOME} . "/projects/tmp/test/irssi-debug"); + +say "Created test instance"; + +$test->run; -- cgit v1.2.3