From 3292562a33cd31669f3ad99c5743a7552c85cecb Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 28 Oct 2013 17:32:48 +0100 Subject: [PATCH] Fixed Makefile for test_suite_pk --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index e266b15f2..c73e6ad28 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -293,6 +293,10 @@ test_suite_pkwrite: test_suite_pkwrite.c ../library/libpolarssl.a echo " CC $@.c" $(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@ +test_suite_pk: test_suite_pk.c ../library/libpolarssl.a + echo " CC $@.c" + $(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@ + test_suite_rsa: test_suite_rsa.c ../library/libpolarssl.a echo " CC $@.c" $(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@