verilator/test_regress/t/t_flag_lib.pl
2009-10-22 22:25:24 -04:00

14 lines
211 B
Perl
Executable File

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