diff options
Diffstat (limited to 't/Git-SVN/00compile.t')
-rw-r--r-- | t/Git-SVN/00compile.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t new file mode 100644 index 0000000000..97475d920c --- /dev/null +++ b/t/Git-SVN/00compile.t @@ -0,0 +1,9 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +use Test::More tests => 2; + +require_ok 'Git::SVN::Utils'; +require_ok 'Git::SVN'; |