Add connectivity_abstraction lib to randomtests build script
authorGeorge Nash <george.nash@intel.com>
Thu, 1 Sep 2016 21:54:53 +0000 (14:54 -0700)
committerZiran Sun <ziran.sun@samsung.com>
Wed, 7 Sep 2016 15:39:41 +0000 (15:39 +0000)
This fixed a build issue seen on fedora linux

Change-Id: Ia9e2bdcba55f4af90891b03f8247608b0920095b
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11309
Reviewed-by: Larry Sachs <larry.j.sachs@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
resource/c_common/ocrandom/test/SConscript

index d6ac4dc..5158cfe 100644 (file)
@@ -37,7 +37,8 @@ randomtest_env.PrependUnique(CPPPATH = [
 
 randomtest_env.AppendUnique(LIBPATH = [randomtest_env.get('BUILD_DIR')])
 randomtest_env.PrependUnique(LIBS = ['octbstack',
-                                    'uuid'])
+                                     'connectivity_abstraction',
+                                     'uuid'])
 
 if target_os in ['linux']:
     randomtest_env.AppendUnique(LIBS = ['m'])