[IOT-1820]Commenting C Unit Test to resolve build error
authorabitha.s <abitha.s@samsung.com>
Wed, 15 Feb 2017 06:01:08 +0000 (11:31 +0530)
committerUze Choi <uzchoi@samsung.com>
Wed, 15 Feb 2017 06:05:27 +0000 (06:05 +0000)
Change-Id: Id2be7a1201d248b39e05acac360064299891e957
Signed-off-by: abitha.s <abitha.s@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17289
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/notification/SConscript

index 4e38f3d..7be3423 100755 (executable)
@@ -145,8 +145,8 @@ notification_consumer_env.UserInstallTargetHeader('include/NSCommon.h',\
 
 
 # Go to build Unit test
-if target_os == 'linux':
-    SConscript('unittest/SConscript')
+#if target_os == 'linux':
+#    SConscript('unittest/SConscript')
 
 # Go to build c++ wrapper
 SConscript('cpp-wrapper/SConscript')