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