mirror of https://github.com/ARMmbed/mbed-os.git
Detect test skips with armc6
parent
41a6197208
commit
d56c19f253
|
@ -320,6 +320,9 @@ class ARMC6(ARM_STD):
|
|||
def parse_dependencies(self, dep_path):
|
||||
return mbedToolchain.parse_dependencies(self, dep_path)
|
||||
|
||||
def is_not_supported_error(self, output):
|
||||
return "#error [NOT_SUPPORTED]" in output
|
||||
|
||||
def parse_output(self, output):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue