• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import platform
2
3if not 'Hexagon' in config.root.targets:
4    config.unsupported = True
5
6if platform.system() in ['Windows']:
7  config.unsupported = True
8