Skip to content

Commit

Permalink
compile test: make InABox optional, depending on Dobby
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Feb 2, 2025
1 parent f2206ab commit 6fbead8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/01-compile.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ my @files = `find lib -type f -name '*.pm'`;
chomp @files;

my %only_if = (
'Synergy::Reactor::InABox' => [ 'Dobby::Client' ],
'Synergy::Reactor::Linear' => [ 'Linear::Client' ],
'Synergy::Reactor::LinearNotification' => [ 'Linear::Client' ],
'Synergy::Reactor::RememberTheMilk' => [ 'WebService::RTM::CamelMilk' ],
Expand Down

0 comments on commit 6fbead8

Please sign in to comment.