[KiRi][Added] Test for KiAuto
This commit is contained in:
parent
af2aad1659
commit
cad31ee240
|
|
@ -265,6 +265,8 @@ class KiRiOptions(VariantOptions):
|
|||
self.cache_dir = out_dir
|
||||
self.command = self.ensure_tool('KiDiff')
|
||||
self.git_command = self.ensure_tool('Git')
|
||||
# Only needed for schematic
|
||||
self.ensure_tool('KiAuto')
|
||||
|
||||
def collect_hashes(self):
|
||||
# Get a list of files for the project
|
||||
|
|
|
|||
Loading…
Reference in New Issue