Refactor duplicated SCons/Python test run code.
authorOssama Othman <ossama.othman@intel.com>
Wed, 15 Jul 2015 21:23:41 +0000 (14:23 -0700)
committerErich Keane <erich.keane@intel.com>
Fri, 17 Jul 2015 01:46:30 +0000 (01:46 +0000)
commiteecedc6980a2bd91539e06fb15419ce4b324114d
tree233088d1e0dcf7289eedd8d767d122bb960fddf2
parent1789c9d4845958dc57164e94fa969fd36b714884
Refactor duplicated SCons/Python test run code.

Moved duplicated code test run code to a Python module under
tools/scons.  Support for Valgrind suppressions was also added.

Change-Id: I31d0bf7879116a358439e387dcd5fd87bbbecc9d
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1678
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-by: Caiwen Zhang <caiwen.zhang@intel.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/c_common/oic_malloc/test/SConscript
resource/c_common/oic_string/test/SConscript
resource/csdk/connectivity/test/SConscript
resource/csdk/ocrandom/test/SConscript
resource/csdk/stack/test/SConscript
resource/unittests/SConscript
tools/__init__.py [new file with mode: 0644]
tools/scons/RunTest.py [new file with mode: 0644]
tools/scons/__init__.py [new file with mode: 0644]
tools/valgrind/iotivity.supp [new file with mode: 0644]