mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
tests: make: Fix spaces instead of tab
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -255,16 +255,16 @@ libtestdriver1.a:
|
|||||||
cp -Rf ../tf-psa-crypto/drivers/builtin ./libtestdriver1/tf-psa-crypto/drivers/builtin
|
cp -Rf ../tf-psa-crypto/drivers/builtin ./libtestdriver1/tf-psa-crypto/drivers/builtin
|
||||||
if [ -d ../tf-psa-crypto/dispatch ]; then \
|
if [ -d ../tf-psa-crypto/dispatch ]; then \
|
||||||
cp -Rf ../tf-psa-crypto/dispatch ./libtestdriver1/tf-psa-crypto/dispatch; \
|
cp -Rf ../tf-psa-crypto/dispatch ./libtestdriver1/tf-psa-crypto/dispatch; \
|
||||||
fi
|
fi
|
||||||
if [ -d ../tf-psa-crypto/extras ]; then \
|
if [ -d ../tf-psa-crypto/extras ]; then \
|
||||||
cp -Rf ../tf-psa-crypto/extras ./libtestdriver1/tf-psa-crypto/extras; \
|
cp -Rf ../tf-psa-crypto/extras ./libtestdriver1/tf-psa-crypto/extras; \
|
||||||
fi
|
fi
|
||||||
if [ -d ../tf-psa-crypto/platform ]; then \
|
if [ -d ../tf-psa-crypto/platform ]; then \
|
||||||
cp -Rf ../tf-psa-crypto/platform ./libtestdriver1/tf-psa-crypto/platform; \
|
cp -Rf ../tf-psa-crypto/platform ./libtestdriver1/tf-psa-crypto/platform; \
|
||||||
fi
|
fi
|
||||||
if [ -d ../tf-psa-crypto/utilities ]; then \
|
if [ -d ../tf-psa-crypto/utilities ]; then \
|
||||||
cp -Rf ../tf-psa-crypto/utilities ./libtestdriver1/tf-psa-crypto/utilities; \
|
cp -Rf ../tf-psa-crypto/utilities ./libtestdriver1/tf-psa-crypto/utilities; \
|
||||||
fi
|
fi
|
||||||
cp -Rf ../tf-psa-crypto/scripts ./libtestdriver1/tf-psa-crypto
|
cp -Rf ../tf-psa-crypto/scripts ./libtestdriver1/tf-psa-crypto
|
||||||
|
|
||||||
# Set the test driver base (minimal) configuration.
|
# Set the test driver base (minimal) configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user