verilator/test_regress/t/t_tri_various.pl

13 lines
171 B
Perl
Executable File

#!/usr/bin/perl
if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); die; }
compile(
);
execute(
check_finished => 1,
);
ok(1);
1;