The branch master has been updated
       via  23d526eca9251618b3f0d81c4a2ad6d4f25d7563 (commit)
      from  ba1516987af653a88364f742c62c2bad366f3416 (commit)


- Log -----------------------------------------------------------------
commit 23d526eca9251618b3f0d81c4a2ad6d4f25d7563
Author: Rich Salz <[email protected]>
Date:   Sun Jan 17 21:56:10 2016 -0500

    Fix build break; restore missing target
    
    Reviewed-by: Richard Levitte <[email protected]>

-----------------------------------------------------------------------

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:
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to