[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Jan 18 02:56:28 UTC 2016
The branch master has been updated
via 23d526eca9251618b3f0d81c4a2ad6d4f25d7563 (commit)
from ba1516987af653a88364f742c62c2bad366f3416 (commit)
- Log -----------------------------------------------------------------
commit 23d526eca9251618b3f0d81c4a2ad6d4f25d7563
Author: Rich Salz <rsalz at openssl.org>
Date: Sun Jan 17 21:56:10 2016 -0500
Fix build break; restore missing target
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/Makefile.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/Makefile.in b/test/Makefile.in
index 0ee9e06..dc3b94b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -152,6 +152,9 @@ generate: $(SRC)
$(SRC):
@sh $(TOP)/util/point.sh dummytest.c $@
+tests: exe apps
+ TOP=$(TOP) PERL=$(PERL) $(PERL) run_tests.pl $(TESTS)
+
errors:
list-tests:
More information about the openssl-commits
mailing list