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=[
|
||||
"--binary",
|
||||
test.build_jobs,
|
||||
"--vpi",
|
||||
"-j 0",
|
||||
"--CFLAGS -O0",
|
||||
"-Wall",
|
||||
"+incdir+t/uvm", #
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if test.have_dev_gcov:
|
|||
|
||||
test.compile(v_flags2=[
|
||||
"--binary",
|
||||
"-j 0",
|
||||
test.build_jobs,
|
||||
"--CFLAGS -O0",
|
||||
"-Wall",
|
||||
"+incdir+t/uvm", #
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ if test.have_dev_gcov:
|
|||
|
||||
test.compile(v_flags2=[
|
||||
"--binary",
|
||||
test.build_jobs,
|
||||
"--vpi",
|
||||
"-j 0",
|
||||
"--CFLAGS -O0",
|
||||
"-Wall",
|
||||
"+incdir+t/uvm", #
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if test.have_dev_gcov:
|
|||
|
||||
test.compile(v_flags2=[
|
||||
"--binary",
|
||||
"-j 0",
|
||||
test.build_jobs,
|
||||
"--CFLAGS -O0",
|
||||
"-Wall",
|
||||
"+incdir+t/uvm", #
|
||||
|
|
|
|||
Loading…
Reference in New Issue