Adding external to mock config
This commit is contained in:
parent
98a4a9f2cc
commit
f0a9c45207
1 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,10 @@
|
|||
paths:
|
||||
externalvirtual@2.0%clang@3.3: /path/to/external_virtual_clang
|
||||
externalvirtual@1.0%gcc@4.5.0: /path/to/external_virtual_gcc
|
||||
externalmodule:
|
||||
buildable: False
|
||||
modules:
|
||||
externalmodule@1.0%gcc@4.5.0: external-module
|
||||
"""
|
||||
|
||||
class MockPackagesTest(unittest.TestCase):
|
||||
|
|
Loading…
Reference in a new issue