[Win32] Add msys_nt flags to enable gtest unit tests
[platform/upstream/iotivity.git] / resource / SConscript
index 6e8fa41..5c9eb1c 100644 (file)
@@ -84,3 +84,7 @@ elif target_os == 'darwin':
 
 elif target_os == 'arduino':
        SConscript('csdk/stack/samples/arduino/SimpleClientServer/ocserver/SConscript')
+
+elif target_os == 'msys_nt':
+       # Build C/C++ unit tests
+       SConscript('unit_tests.scons')