build: only add dependency for valgrind supported hosts
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Mon, 28 Nov 2016 12:14:33 +0000 (13:14 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Mon, 28 Nov 2016 15:24:11 +0000 (15:24 +0000)
commitb6cc33f452c6e4166773739b13beac3aadbd4e30
tree64dc7ecc727294f8c591796fb5e051117898288c
parent1667f9bc10e8d049865f76b70b47b0da2169759b
build: only add dependency for valgrind supported hosts

Windows is confused with implicit .exe suffix ie:

  scons: *** [out\windows\...\utresource\csdk\connectivity\test\catests] \
  Explicit dependency ...\utresource\csdk\connectivity\test\catests' \
  not found, needed by target \
  ...

Change-Id: I010eb13f7904cba510e492b73be1caeeb0061edd
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14849
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
tools/scons/RunTest.py