mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Add a test for external alternate timing implementation
Copy the original implementation Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
@@ -186,6 +186,13 @@ else
|
||||
all: shared static
|
||||
endif
|
||||
|
||||
ifdef TEST_TIMING_ALT_IMPL
|
||||
OBJS_CRYPTO += external_timing_for_test.o
|
||||
external_timing_for_test.o: ../tests/src/external_timing/external_timing_for_test.c
|
||||
echo " CC $<"
|
||||
$(CC) $(LOCAL_CFLAGS) $(CFLAGS) -I../tests/include -o $@ -c $<
|
||||
endif
|
||||
|
||||
static: libmbedcrypto.a libmbedx509.a libmbedtls.a
|
||||
cd ../tests && echo "This is a seedfile that contains 64 bytes (65 on Windows)......" > seedfile
|
||||
|
||||
|
Reference in New Issue
Block a user