ya.make 476 B

123456789101112131415161718192021222324
  1. RESOURCES_LIBRARY()
  2. SUBSCRIBER(
  3. g:yatest
  4. )
  5. IF (TEST_TOOL_HOST_LOCAL)
  6. MESSAGE(WARNING Host test tool $TEST_TOOL_HOST_LOCAL will be used)
  7. ENDIF()
  8. IF (TEST_TOOL3_HOST_LOCAL)
  9. MESSAGE(WARNING Host test tool3 $TEST_TOOL3_HOST_LOCAL will be used)
  10. ENDIF()
  11. IF (OPENSOURCE)
  12. INCLUDE(host_os.ya.make.inc)
  13. ELSE()
  14. INCLUDE(host.ya.make.inc)
  15. ENDIF()
  16. IF (TEST_TOOL_TARGET_LOCAL)
  17. MESSAGE(WARNING Target test tool $TEST_TOOL_TARGET_LOCAL will be used)
  18. ENDIF()
  19. END()