diff options
Diffstat (limited to 't/Git-SVN')
-rw-r--r-- | t/Git-SVN/00compile.t | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t index 97475d920c..37626f4284 100644 --- a/t/Git-SVN/00compile.t +++ b/t/Git-SVN/00compile.t @@ -3,7 +3,9 @@ use strict; use warnings; -use Test::More tests => 2; +use Test::More tests => 4; -require_ok 'Git::SVN::Utils'; require_ok 'Git::SVN'; +require_ok 'Git::SVN::Utils'; +require_ok 'Git::SVN::Ra'; +require_ok 'Git::SVN::Log'; |