]> git.ipfire.org Git - thirdparty/git.git/blame - t/Git-SVN/00compile.t
Extract Git::SVN::Migration from git-svn.
[thirdparty/git.git] / t / Git-SVN / 00compile.t
CommitLineData
c2768fa1
MS
1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5
b772cb99 6use Test::More tests => 5;
c2768fa1 7
5c71028f 8require_ok 'Git::SVN';
b74fda1c
MS
9require_ok 'Git::SVN::Utils';
10require_ok 'Git::SVN::Ra';
11require_ok 'Git::SVN::Log';
b772cb99 12require_ok 'Git::SVN::Migration';