aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox.qbs
blob: 7b7a31635ab0b27ec635f9e0f0f43d81cd823ce1 (plain)
1
2
3
4
5
6
7
import "../autotest.qbs" as AutoTest

AutoTest {
    testName: "blackbox"
    files: ["../shared.h", "tst_blackbox.h", "tst_blackbox.cpp", ]
    cpp.defines: base.concat(['SRCDIR="' + path + '"'])
}