mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-23 11:42:31 +00:00
Update generate path to instrument_record_status.h
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
dc45951cf6
commit
d962680cbc
@ -181,7 +181,7 @@ ifdef RECORD_PSA_STATUS_COVERAGE_LOG
|
|||||||
# Explicitly depend on this header because on a clean copy of the source tree,
|
# Explicitly depend on this header because on a clean copy of the source tree,
|
||||||
# it doesn't exist yet and must be generated as part of the build, and
|
# it doesn't exist yet and must be generated as part of the build, and
|
||||||
# therefore the wildcard enumeration above doesn't include it.
|
# therefore the wildcard enumeration above doesn't include it.
|
||||||
TEST_OBJS_DEPS += include/test/instrument_record_status.h
|
TEST_OBJS_DEPS += ../framework/tests/include/test/instrument_record_status.h
|
||||||
endif
|
endif
|
||||||
TEST_OBJS_DEPS += src/test_certs.h ../framework/tests/src/test_keys.h
|
TEST_OBJS_DEPS += src/test_certs.h ../framework/tests/src/test_keys.h
|
||||||
|
|
||||||
@ -365,7 +365,7 @@ libtestdriver1.a:
|
|||||||
cp ./libtestdriver1/library/libmbedcrypto.a ../library/libtestdriver1.a
|
cp ./libtestdriver1/library/libmbedcrypto.a ../library/libtestdriver1.a
|
||||||
|
|
||||||
ifdef RECORD_PSA_STATUS_COVERAGE_LOG
|
ifdef RECORD_PSA_STATUS_COVERAGE_LOG
|
||||||
include/test/instrument_record_status.h: ../tf-psa-crypto/include/psa/crypto.h Makefile
|
../framework/tests/include/test/instrument_record_status.h: ../tf-psa-crypto/include/psa/crypto.h Makefile
|
||||||
echo " Gen $@"
|
echo " Gen $@"
|
||||||
sed <../tf-psa-crypto/include/psa/crypto.h >$@ -n 's/^psa_status_t \([A-Za-z0-9_]*\)(.*/#define \1(...) RECORD_STATUS("\1", \1(__VA_ARGS__))/p'
|
sed <../tf-psa-crypto/include/psa/crypto.h >$@ -n 's/^psa_status_t \([A-Za-z0-9_]*\)(.*/#define \1(...) RECORD_STATUS("\1", \1(__VA_ARGS__))/p'
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user