1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 06:47:52 +01:00
git/t/Git-SVN/00compile.t
Michael G. Schwern 5c71028fce Move initialization of Git::SVN variables into Git::SVN.
Also it can compile on its own now, yay!

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
2012-07-27 22:14:54 +00:00

9 lines
129 B
Perl

#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 2;
require_ok 'Git::SVN::Utils';
require_ok 'Git::SVN';