test/sm: rename ectest -> ecc_mbed_tls

This commit is contained in:
Matthias Ringwald 2017-04-13 10:44:51 +02:00
parent 6211b0c037
commit 9d28751f62
2 changed files with 2 additions and 3 deletions

View File

@ -36,7 +36,7 @@ MBEDTLS = \
ecp_curves.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
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
${CC} ${CFLAGS} $^ -o $@
ectest: ectest.o ${MBEDTLS} rijndael.o
echo "compiling ectest"
ecc_mbed_tls: ecc_mbed_tls.o ${MBEDTLS} rijndael.o
gcc ${CFLAGS} $^ -o $@
aes_cmac_test: aes_cmac_test.o aes_cmac.o rijndael.o