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