Enabling parallel testing on native-gdbserver/-m64

This commit is contained in:
Sergio Durigan Junior 2014-12-15 21:40:11 -05:00
parent 73550f34b7
commit 355cbdd863

View file

@ -159,7 +159,6 @@ class RunTestGDBm32_c64t32 (BuildAndTestGDBFactory):
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board unix/-m32' ]
class RunTestGDBNativeGDBServer_c64t64 (BuildAndTestGDBFactory):
no_test_parallel = True
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board native-gdbserver' ]
class RunTestGDBNativeGDBServer_c64t32 (BuildAndTestGDBFactory):