csdk: Avoid to overlap memcheck files for UT
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 23 Aug 2017 15:03:35 +0000 (17:03 +0200)
committerMats Wichmann <mats@linux.com>
Sun, 24 Sep 2017 13:42:51 +0000 (13:42 +0000)
From now on, it's better to align executable name

Relate-to:
https://gerrit.iotivity.org/gerrit/17373

Bug: https://jira.iotivity.org/browse/IOT-1745
Change-Id: I8c8fd9ee68b01dfcc62d8a250c26649a82ba116e
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/22029
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Alex Kelley <alexke@microsoft.com>
Reviewed-by: Mats Wichmann <mats@linux.com>
(cherry picked from commit 52da664568c4071151dfb6bcf506163ebaba2957)

resource/csdk/stack/test/SConscript

index 2372177..60a9520 100644 (file)
@@ -92,8 +92,8 @@ stacktest_env.AppendTarget('test')
 if stacktest_env.get('TEST') == '1':
     if target_os in ['linux', 'windows']:
         run_test(stacktest_env,
-                 'resource_csdk_stack_test.memcheck',
+                 'resource_csdk_stack_test_stacktests.memcheck',
                  'resource/csdk/stack/test/stacktests')
         run_test(stacktest_env,
-                 'resource_csdk_stack_test.memcheck',
+                 'resource_csdk_stack_test_cbortests.memcheck',
                  'resource/csdk/stack/test/cbortests')