summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5eafcee)
raw | patch | inline | side by side (parent: 5eafcee)
author | Justin Sobota <jsobota@ti.com> | |
Tue, 9 Apr 2013 23:16:09 +0000 (19:16 -0400) | ||
committer | Justin Sobota <jsobota@ti.com> | |
Tue, 9 Apr 2013 23:16:09 +0000 (19:16 -0400) |
test/rm_mem_test.c | patch | blob | history |
diff --git a/test/rm_mem_test.c b/test/rm_mem_test.c
index 615f9bd6c852d6d07b4104e0f83d5b25a7f23f65..782490094cbd2a7ca716c31a163d19f26de0a4bb 100644 (file)
--- a/test/rm_mem_test.c
+++ b/test/rm_mem_test.c
ERROR_CHECK(RM_OK, rmResult, clientName, "Delete failed");
}
-void testSharedServerClient(void)
-{
-
-}
-
void main(Int argc, Char* argv[])
{
Rm_InitCfg rmInitCfg;
/* Test Server-CD-Client interaction for memory leaks all from a single core */
testServerCdClient();
- /* Test Shared Server-Client interaction for memory leaks */
- testSharedServerClient();
/* Create Server for multicore interaction memory tests */
memset((void *)&rmInitCfg, 0, sizeof(rmInitCfg));