From 0602537cce983e2801ea9105bffdd3b79b1f128b Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 11 Oct 2013 21:29:54 -0400 Subject: [PATCH] Fix t/t_select_index2 test. --- test_regress/t/t_select_index2.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_regress/t/t_select_index2.pl b/test_regress/t/t_select_index2.pl index 570a6d922..514f638f2 100755 --- a/test_regress/t/t_select_index2.pl +++ b/test_regress/t/t_select_index2.pl @@ -9,6 +9,9 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di compile ( v_flags2 => ["--lint-only"], + make_top_shell => 0, + make_main => 0, + verilator_make_gcc => 0, ); ok(1);