You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/12/19 23:31:25 UTC

[2/3] incubator-mynewt-core git commit: Revert "Fix incorrect runtest_init prototype."

Revert "Fix incorrect runtest_init prototype."

This reverts commit dfc6717439a566eae97a3779be030cff77c7489b.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/6d63528a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6d63528a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/6d63528a

Branch: refs/heads/develop
Commit: 6d63528a30c1a0d37581e5b99d0c5803b9a04199
Parents: 963c137
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Dec 19 15:25:43 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Dec 19 15:31:15 2016 -0800

----------------------------------------------------------------------
 test/runtest/include/runtest/runtest.h | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6d63528a/test/runtest/include/runtest/runtest.h
----------------------------------------------------------------------
diff --git a/test/runtest/include/runtest/runtest.h b/test/runtest/include/runtest/runtest.h
index bbf9b56..12f3e52 100644
--- a/test/runtest/include/runtest/runtest.h
+++ b/test/runtest/include/runtest/runtest.h
@@ -24,6 +24,11 @@ extern "C" {
 #endif
 
 /*
+ * Adds the run test commands to your shell/newtmgr.
+ */
+void runtest_init(void);
+
+/*
  * Callback for runtest events - newtmgr uses this to add
  * run test requests to default queue for test application (e.g., mynewtsanity)
  */