Lines Matching refs:include

2 include ../scripts/common.make
7 # Also include library headers, for the sake of invasive tests.
87 #generated_psa_test_data: ../include/psa/crypto_config.h
88 generated_psa_test_data: ../include/psa/crypto_values.h
89 generated_psa_test_data: ../include/psa/crypto_extra.h
115 TEST_OBJS_DEPS = $(wildcard include/test/*.h include/test/*/*.h)
119 # therefore the wildcard enumeration above doesn't include it.
120 TEST_OBJS_DEPS += include/test/instrument_record_status.h
173 rm -f include/test/instrument_record_status.h
174 rm -f include/alt-extra/*/*_alt.h
185 if exist include/test/instrument_record_status.h del /Q /F include/test/instrument_record_status.h
195 include/alt-extra/%_alt.h: ../include/%.h
205 s!^(\s*#\s*include\s*[\"<])(mbedtls|psa)/!$${1}libtestdriver1/include/$${2}/!; \
206 next if /^\s*#\s*include/; \
213 # Copy the library and fake a 3rdparty Makefile include.
217 cp -Rf ../include ./libtestdriver1
223 cp ./include/test/drivers/config_test_driver.h ./libtestdriver1/include/mbedtls/mbedtls_config.h
226 # It is set from the copied include/psa/crypto_config.h of the Mbed TLS
228 # ./include/test/drivers/crypto_config_test_driver_extension.h to
230 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak
231 head -n -1 ./libtestdriver1/include/psa/crypto_config.h.bak > ./libtestdriver1/include/psa/crypto_config.h
232 cat ./include/test/drivers/crypto_config_test_driver_extension.h >> ./libtestdriver1/include/psa/crypto_config.h
233 echo "#endif /* PSA_CRYPTO_CONFIG_H */" >> ./libtestdriver1/include/psa/crypto_config.h
239 perl -pi -e '$(libtestdriver1_rewrite)' ./libtestdriver1/include/*/*.h
245 include/test/instrument_record_status.h: ../include/psa/crypto.h Makefile
247 sed <../include/psa/crypto.h >$@ -n 's/^psa_status_t \([A-Za-z0-9_]*\)(.*/#define \1(...) RECORD_STATUS("\1", \1(__VA_ARGS__))/p'