Enabling parallel testing on native-gdbserver/-m64
This commit is contained in:
parent
73550f34b7
commit
355cbdd863
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ class RunTestGDBm32_c64t32 (BuildAndTestGDBFactory):
|
||||||
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board unix/-m32' ]
|
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board unix/-m32' ]
|
||||||
|
|
||||||
class RunTestGDBNativeGDBServer_c64t64 (BuildAndTestGDBFactory):
|
class RunTestGDBNativeGDBServer_c64t64 (BuildAndTestGDBFactory):
|
||||||
no_test_parallel = True
|
|
||||||
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board native-gdbserver' ]
|
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board native-gdbserver' ]
|
||||||
|
|
||||||
class RunTestGDBNativeGDBServer_c64t32 (BuildAndTestGDBFactory):
|
class RunTestGDBNativeGDBServer_c64t32 (BuildAndTestGDBFactory):
|
||||||
|
|
Loading…
Reference in a new issue