mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 22:43:35 +00:00
test/sm: rename ectest -> ecc_mbed_tls
This commit is contained in:
parent
6211b0c037
commit
9d28751f62
@ -36,7 +36,7 @@ MBEDTLS = \
|
|||||||
ecp_curves.c \
|
ecp_curves.c \
|
||||||
bignum.c \
|
bignum.c \
|
||||||
|
|
||||||
all: security_manager aestest ectest aes_cmac_test
|
all: security_manager aestest ecc_mbed_tls aes_cmac_test
|
||||||
# sm_mbedtls_allocator_test
|
# sm_mbedtls_allocator_test
|
||||||
|
|
||||||
security_manager: ${CORE_OBJ} ${COMMON_OBJ} security_manager.c
|
security_manager: ${CORE_OBJ} ${COMMON_OBJ} security_manager.c
|
||||||
@ -45,8 +45,7 @@ security_manager: ${CORE_OBJ} ${COMMON_OBJ} security_manager.c
|
|||||||
aestest: aestest.o rijndael.o
|
aestest: aestest.o rijndael.o
|
||||||
${CC} ${CFLAGS} $^ -o $@
|
${CC} ${CFLAGS} $^ -o $@
|
||||||
|
|
||||||
ectest: ectest.o ${MBEDTLS} rijndael.o
|
ecc_mbed_tls: ecc_mbed_tls.o ${MBEDTLS} rijndael.o
|
||||||
echo "compiling ectest"
|
|
||||||
gcc ${CFLAGS} $^ -o $@
|
gcc ${CFLAGS} $^ -o $@
|
||||||
|
|
||||||
aes_cmac_test: aes_cmac_test.o aes_cmac.o rijndael.o
|
aes_cmac_test: aes_cmac_test.o aes_cmac.o rijndael.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user