aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-9/test/test.qbs
blob: 1e911da476c8a3c78e820cd595113c9cdc9503c8 (plain)
1
2
3
4
5
MyAutoTest {
    Depends { name: "mylib" }
    name: "mytest"
    files: "test.c"
}