commit | 3292562a33cd31669f3ad99c5743a7552c85cecb | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 28 17:32:48 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 28 17:32:48 2013 +0100 |
tree | 26e9bfefa493d74f9272e4c452c4f65abd20e7fe | |
parent | 7bc745b6a12869c5fdc1acb0fc4ff990f0b86730 [diff] [blame] |
Fixed Makefile for test_suite_pk
diff --git a/tests/Makefile b/tests/Makefile index e266b15..c73e6ad 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -293,6 +293,10 @@ 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 $@