From 7744defa1f8a5f1b54d8eb78657bd2c8d73df29f Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 4 Apr 2020 00:21:47 +1300 Subject: WIP: Start writing some plugin tests --- test.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 test.pl (limited to 'test.pl') diff --git a/test.pl b/test.pl new file mode 100755 index 0000000..a64e986 --- /dev/null +++ b/test.pl @@ -0,0 +1,11 @@ +#!/usr/bin/env perl + +use Test::Harness; + +my @t = ( + "test/test_autojoin.t", + "test/test_echo.t", + "test/test_ping.t", +); + +runtests(@t); -- cgit v1.1