mintro: Fix unit test

pull/4949/head
Daniel Mensinger 6 years ago
parent f9da03fb7b
commit 185dc8c2e5
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 1
      mesonbuild/mintro.py

@ -156,6 +156,7 @@ def list_targets_from_source(intr: IntrospectionInterpreter):
'sources': [os.path.normpath(os.path.join(os.path.abspath(intr.source_root), i['subdir'], x)) for x in sources], 'sources': [os.path.normpath(os.path.join(os.path.abspath(intr.source_root), i['subdir'], x)) for x in sources],
'generated_sources': [] 'generated_sources': []
}], }],
'subproject': None, # Subprojects are not supported
'installed': i['installed'] 'installed': i['installed']
}] }]

Loading…
Cancel
Save