mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +00:00
check_names: don't build what we don't need
We only look at symbols in the library, so don't bother building tests. No semantic change. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -797,7 +797,7 @@ class TFPSACryptoCodeParser(CodeParser):
|
||||
check=True
|
||||
)
|
||||
subprocess.run(
|
||||
["cmake", "--build", "."],
|
||||
["cmake", "--build", ".", "-t", "tfpsacrypto"],
|
||||
env=my_environment,
|
||||
universal_newlines=True,
|
||||
stdout=subprocess.PIPE,
|
||||
@@ -968,7 +968,7 @@ class MBEDTLSCodeParser(CodeParser):
|
||||
check=True
|
||||
)
|
||||
subprocess.run(
|
||||
["cmake", "--build", "."],
|
||||
["cmake", "--build", ".", "-t", "lib"],
|
||||
env=my_environment,
|
||||
universal_newlines=True,
|
||||
stdout=subprocess.PIPE,
|
||||
|
||||
Reference in New Issue
Block a user