~rsrchboy/+junk/ndn-perl

1
2
3
4
5
6
7
#!./perl

chdir 't' if -d 't';
@INC = '../lib';

$FATAL = 1; # we expect all the tests to croak
require "../t/lib/common.pl";