X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=t%2F01-import.t;h=071e5e45db6e11157850ca0113be85cc0875bc7c;hp=ec45887ec62804e21d8bded0baf1599b6d72f167;hb=5231a0009f35e98b287dc9633b67bb1de52a23ab;hpb=fcfeb2180a98d41e14a848f7bb8ba0d05b297c52 diff --git a/t/01-import.t b/t/01-import.t index ec45887..071e5e4 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -1,10 +1,10 @@ #!perl -T -use Test::More tests => 2; +use Test::More tests => 6; require IPC::MorseSignals; -for (qw/msend mrecv/) { +for (qw/msend mrecv mreset mbusy mlastsender mlastmsg/) { eval { Variable::Magic->import($_) }; ok(!$@, 'import ' . $_); }