[Unit Tests]:Added unit tests for oicgroup.c
[platform/upstream/iotivity.git] / auto_build.py
index 4c1330e..d40bf2f 100644 (file)
@@ -384,12 +384,13 @@ def unit_tests():
     print ("*********** Unit test Start *************")
     build_options = {
                         'RELEASE':'false',
+                        'LOGGING':'true'
                     }
     extra_option_str = "resource -c"
     call_scons(build_options, extra_option_str)
 
     build_options = {
-                        'LOGGING':'false',
+                        'LOGGING':'true',
                         'RELEASE':'false',
                     }
     extra_option_str = "resource"
@@ -398,12 +399,14 @@ def unit_tests():
     build_options = {
                         'TEST':1,
                         'RELEASE':'false',
+                        'LOGGING':'true',
                     }
     call_scons(build_options, extra_option_str)
     build_options = {
                         'TEST':1,
                         'SECURED':1,
                         'RELEASE':'false',
+                        'LOGGING':'true',
                     }
     call_scons(build_options, extra_option_str)