summaryrefslogtreecommitdiff
path: root/src/tools/ivigenerator/templates_test.yaml
blob: f7b6b641dbebf46f09898d10c6b60b3c6c135716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
generate_rules:
    module_rules:
        - dest_file:  "{{srcBase|lower}}.pri"
          template_file:  "module.pri.tpl"
        - dest_file: 'main.cpp'
          template_file: 'main.cpp.tpl'
    interface_rules:
        - dest_file: 'tst_{{interface|lower}}.cpp'
          template_file: 'tst_test.cpp.tpl'
        - dest_file: 'tst_{{interface|lower}}.h'
          template_file: 'tst_test.h.tpl'
    struct_rules: