You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.6 KiB

  1. --- a/resource/SConscript
  2. +++ b/resource/SConscript
  3. @@ -71,7 +71,7 @@ if target_os == 'linux':
  4. SConscript('csdk/stack/samples/linux/secure/SConscript')
  5. # Build C/C++ unit tests
  6. - SConscript('unit_tests.scons')
  7. + # SConscript('unit_tests.scons')
  8. elif target_os == 'darwin':
  9. env.Command('../../out/darwin/iotivity-csdk.framework',None,src_dir + '/tools/darwin/mkfwk_osx.sh')
  10. --- a/service/resource-encapsulation/SConscript
  11. +++ b/service/resource-encapsulation/SConscript
  12. @@ -113,10 +113,10 @@ SConscript('examples/SConscript')
  13. # Build UnitTests Resource Client , resourceCache and resourceBroker and
  14. # DiscoveryManager
  15. ################################################ ######################
  16. -if target_os == 'linux':
  17. - SConscript('unittests/SConscript')
  18. - SConscript('src/resourceCache/unittests/SConscript')
  19. - SConscript('src/resourceBroker/unittest/SConscript')
  20. +# if target_os == 'linux':
  21. +# SConscript('unittests/SConscript')
  22. +# SConscript('src/resourceCache/unittests/SConscript')
  23. +# SConscript('src/resourceBroker/unittest/SConscript')
  24. if target_os == 'android':
  25. SConscript('android/SConscript')
  26. \ No newline at end of file
  27. --- a/service/things-manager/SConscript
  28. +++ b/service/things-manager/SConscript
  29. @@ -71,6 +71,6 @@ SConscript('sampleapp/SConscript')
  30. ######################################################################
  31. # Build UnitTests Things Manager
  32. ################################################ ######################
  33. -if target_os == 'linux':
  34. - SConscript('unittests/SConscript')
  35. +# if target_os == 'linux':
  36. +# SConscript('unittests/SConscript')