summaryrefslogtreecommitdiffstats
path: root/t/00_compile.t
blob: 2c21a88007aaa521598aeefc9f4d152f73af05f2 (plain)
1
2
3
4
5
6
7
8
9
use strict;
use Test::More 0.98;

use_ok $_ for qw(
    App::BorgRestore
);

done_testing;