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.

11 lines
315 B

  1. --- a/resource/SConscript
  2. +++ b/resource/SConscript
  3. @@ -61,7 +61,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. # Build linux samples for now.