use lib <lib>;
use Test::When <interactive>;
use Test;

ok 1, 'interactive tests run';

done-testing;
