Tests: Limit test.build_jobs based on number of tests running
This commit is contained in:
parent
d57324e5fb
commit
e4bc792732
|
|
@ -19,8 +19,8 @@ if test.have_dev_gcov:
|
||||||
|
|
||||||
test.compile(v_flags2=[
|
test.compile(v_flags2=[
|
||||||
"--binary",
|
"--binary",
|
||||||
|
test.build_jobs,
|
||||||
"--vpi",
|
"--vpi",
|
||||||
"-j 0",
|
|
||||||
"--CFLAGS -O0",
|
"--CFLAGS -O0",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"+incdir+t/uvm", #
|
"+incdir+t/uvm", #
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ if test.have_dev_gcov:
|
||||||
|
|
||||||
test.compile(v_flags2=[
|
test.compile(v_flags2=[
|
||||||
"--binary",
|
"--binary",
|
||||||
"-j 0",
|
test.build_jobs,
|
||||||
"--CFLAGS -O0",
|
"--CFLAGS -O0",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"+incdir+t/uvm", #
|
"+incdir+t/uvm", #
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@ if test.have_dev_gcov:
|
||||||
|
|
||||||
test.compile(v_flags2=[
|
test.compile(v_flags2=[
|
||||||
"--binary",
|
"--binary",
|
||||||
|
test.build_jobs,
|
||||||
"--vpi",
|
"--vpi",
|
||||||
"-j 0",
|
|
||||||
"--CFLAGS -O0",
|
"--CFLAGS -O0",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"+incdir+t/uvm", #
|
"+incdir+t/uvm", #
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ if test.have_dev_gcov:
|
||||||
|
|
||||||
test.compile(v_flags2=[
|
test.compile(v_flags2=[
|
||||||
"--binary",
|
"--binary",
|
||||||
"-j 0",
|
test.build_jobs,
|
||||||
"--CFLAGS -O0",
|
"--CFLAGS -O0",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"+incdir+t/uvm", #
|
"+incdir+t/uvm", #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue