Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/perl5/using1_runme.pl
2019-08-04 21:38:19 -05:00

11 lines
187 B
Perl

#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 3;
BEGIN { use_ok('using1') }
require_ok('using1');
# adapted from ../python/using1_runme.py
is(using1::spam(37), 37);