aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unit.qbs
blob: cf73b2703632e3fdb0afec3b36d5cb3e5eec60dd (plain)
1
2
3
4
5
6
7
Project {
    name: "C++ unit tests"
    references: [
        "echoserver/echoserver.qbs",
        "unittest/unittest.qbs",
    ]
}