[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
|
prj = 'simple_2layer' # fake
|
||||||
ctx = context.TestContext(test_dir, prj, 'groups_1')
|
ctx = context.TestContext(test_dir, prj, 'groups_1')
|
||||||
ctx.run(no_board_file=True, no_out_dir=True, extra=['--list'])
|
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()
|
ctx.clean_up()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,13 +10,11 @@ groups:
|
||||||
- position
|
- position
|
||||||
- name: plot
|
- name: plot
|
||||||
outputs:
|
outputs:
|
||||||
- SVG
|
|
||||||
- PcbDraw
|
- PcbDraw
|
||||||
- PcbDraw2
|
- PcbDraw2
|
||||||
- name: fab_svg
|
- name: fab_svg
|
||||||
outputs:
|
outputs:
|
||||||
- fab
|
- fab
|
||||||
- SVG
|
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
- name: 'gerbers'
|
- name: 'gerbers'
|
||||||
|
|
@ -52,6 +50,9 @@ outputs:
|
||||||
comment: "SVG files"
|
comment: "SVG files"
|
||||||
type: svg
|
type: svg
|
||||||
dir: SVG
|
dir: SVG
|
||||||
|
groups:
|
||||||
|
- plot
|
||||||
|
- fab_svg
|
||||||
options:
|
options:
|
||||||
exclude_edge_layer: false
|
exclude_edge_layer: false
|
||||||
exclude_pads_from_silkscreen: false
|
exclude_pads_from_silkscreen: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue