[Tests][Groups][Added] groups defined in outputs
This commit is contained in:
parent
8deb71ccea
commit
f65a5a7eef
|
|
@ -1922,7 +1922,7 @@ def test_groups_1(test_dir):
|
|||
prj = 'simple_2layer' # fake
|
||||
ctx = context.TestContext(test_dir, prj, 'groups_1')
|
||||
ctx.run(no_board_file=True, no_out_dir=True, extra=['--list'])
|
||||
ctx.search_out(['fab: gerbers, excellon_drill, position', 'plot: SVG, PcbDraw, PcbDraw2', 'fab_svg: fab, SVG'])
|
||||
ctx.search_out(['fab: gerbers, excellon_drill, position', 'plot: PcbDraw, PcbDraw2, SVG', 'fab_svg: fab, SVG'])
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -10,13 +10,11 @@ groups:
|
|||
- position
|
||||
- name: plot
|
||||
outputs:
|
||||
- SVG
|
||||
- PcbDraw
|
||||
- PcbDraw2
|
||||
- name: fab_svg
|
||||
outputs:
|
||||
- fab
|
||||
- SVG
|
||||
|
||||
outputs:
|
||||
- name: 'gerbers'
|
||||
|
|
@ -52,6 +50,9 @@ outputs:
|
|||
comment: "SVG files"
|
||||
type: svg
|
||||
dir: SVG
|
||||
groups:
|
||||
- plot
|
||||
- fab_svg
|
||||
options:
|
||||
exclude_edge_layer: false
|
||||
exclude_pads_from_silkscreen: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue