aboutsummaryrefslogtreecommitdiff
path: root/tests/crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crypt/Makefile')
-rw-r--r--tests/crypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crypt/Makefile b/tests/crypt/Makefile
index dd676f4b2aa9..c3df1a31f5ad 100644
--- a/tests/crypt/Makefile
+++ b/tests/crypt/Makefile
@@ -3,7 +3,7 @@ include ${TOP}/iconfig.mk
PROG= run-test
SRCS= run-test.c
-SRCS+= test_hmac_md5.c
+SRCS+= test_hmac_md5.c test_sha256.c
CFLAGS?= -O2
CSTD?= c99