1use Test::More tests => 2;
2
3BEGIN {
4use_ok( 'ToolSet' );
5use_ok( 'ToolSet::SWC' );
6}
7
8diag( "Testing ToolSet $ToolSet::VERSION" );
9