Fix to prevent of crash on the unit test.
[platform/upstream/iotivity.git] / service / notification / SConscript
index 62d0b05..d6d0fdf 100755 (executable)
@@ -146,8 +146,8 @@ notification_consumer_env.UserInstallTargetHeader('include/NSCommon.h',\
 
 
 # Go to build Unit test
-#if target_os == 'linux':
-#    SConscript('unittest/SConscript')
+if target_os in ['linux']:
+    SConscript('unittest/SConscript')
 
 # Go to build c++ wrapper
 SConscript('cpp-wrapper/SConscript')