You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/01/01 11:10:35 UTC

[13/19] incubator-corinthia git commit: work

work


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/b35d634e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/b35d634e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/b35d634e

Branch: refs/heads/RTC_platform
Commit: b35d634eff543b63c39e3895d74e71d110d0a09a
Parents: 15f8e7f
Author: jani <ja...@apache.org>
Authored: Tue Dec 30 17:03:43 2014 +0100
Committer: jani <ja...@apache.org>
Committed: Tue Dec 30 17:03:43 2014 +0100

----------------------------------------------------------------------
 DocFormats/core/tests/names/NamesTests.c | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/b35d634e/DocFormats/core/tests/names/NamesTests.c
----------------------------------------------------------------------
diff --git a/DocFormats/core/tests/names/NamesTests.c b/DocFormats/core/tests/names/NamesTests.c
new file mode 100644
index 0000000..2e94015
--- /dev/null
+++ b/DocFormats/core/tests/names/NamesTests.c
@@ -0,0 +1,27 @@
+// Copyright 2012-2014 UX Productivity Pty Ltd
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#include "DFUnitTest.h"
+#include <stddef.h>
+
+static void test_sample(void)
+{
+}
+
+TestGroup NamesTests = {
+    "core.lib", {
+        { "sample", PlainTest, test_sample },
+        { NULL, PlainTest, NULL }
+    }
+};