You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by gi...@apache.org on 2019/06/13 19:36:18 UTC

[incubator-milagro-crypto-c] branch master updated: Adding cmocka test suite support for enabling gcov.

This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git


The following commit(s) were added to refs/heads/master by this push:
     new 87053bd  Adding cmocka test suite support for enabling gcov.
87053bd is described below

commit 87053bdbd63d796ceda1481b341182114baa669d
Author: Giorgio Zoppi <gi...@gmail.com>
AuthorDate: Thu Jun 13 21:35:14 2019 +0200

    Adding cmocka test suite support for enabling gcov.
---
 cmocka_tests/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmocka_tests/README.md b/cmocka_tests/README.md
new file mode 100644
index 0000000..9831153
--- /dev/null
+++ b/cmocka_tests/README.md
@@ -0,0 +1,2 @@
+# Apache Milagro Cmocka Tests - Experimental feature
+We want to move the old test suite to this for enabling lcov and gcov for supporting more wrappers.