File: 127_multiple_parent_configs.txt

package info (click to toggle)
boxes 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,800 kB
  • sloc: ansic: 10,566; lex: 517; sh: 503; makefile: 309; yacc: 272; lisp: 78
file content (34 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
:DESC
A config file that has a "parent" and a "grand-parent".
Also test overwriting a design, which leads to designA being from config file 'B.cfg'

:ARGS
-f 127_data/C.cfg -l
:INPUT
:OUTPUT-FILTER
:EXPECTED
3 Available Styles:
-------------------

Configuration Files:
    - 127_data/C.cfg
    - 127_data/B.cfg (parent)
    - 127_data/A.cfg (parent)


designA:

    A from config file B


designB:

    B from config file B


designC:

    C from config file C


:EOF