summaryrefslogtreecommitdiff
path: root/src/tools/ivigenerator/templates/test.yaml
blob: fbd2801ee82c6d0e3f23c3760054947f9abb682c (plain)
1
2
3
4
5
6
7
8
9
test:
    module:
        documents:
            - "{{srcBase|lower}}.pri": "module.pri.tpl"
            - 'main.cpp': 'main.cpp.tpl'
    interface:
        documents:
            - 'tst_{{interface|lower}}.cpp': 'tst_test.cpp.tpl'
            - 'tst_{{interface|lower}}.h': 'tst_test.h.tpl'