#!perl

# disabled for now (failing). human compilation is tested along with perl
# anyway. and there are some sanity tests for human in human-*.t

use 5.010;
use strict;
use warnings;
use FindBin '$Bin';
use lib "$Bin";

require "testlib.pl";
use Test::More 0.98;

run_spectest('human');
done_testing();