Ver código fonte

Fix passing lm path to DDS executable

default_compile_flags
vector-of-bool 6 anos atrás
pai
commit
9034ce8b14
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      tests/dds.py

+ 1
- 0
tests/dds.py Ver arquivo

['--warnings'] if warnings else [], ['--warnings'] if warnings else [],
['--export'] if export else [], ['--export'] if export else [],
f'--toolchain={toolchain or self.default_builtin_toolchain}', f'--toolchain={toolchain or self.default_builtin_toolchain}',
f'--lm-index={self.lmi_path}',
self.project_dir_arg, self.project_dir_arg,
]) ])



Carregando…
Cancelar
Salvar