Changed qnetworksession unittest to work from installation dir
- Made test depend on subprogram - added install of subprogram Change-Id: Ib263e9e75ed3c900b52fb1c9b6d319e71d19bdbb Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
e88f9a92b7
commit
4c56db58a2
@ -1,2 +1,4 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = lackey test
|
||||
SUBDIRS = lackey
|
||||
test.depends = $$SUBDIRS
|
||||
SUBDIRS += test
|
||||
|
@ -14,3 +14,6 @@ CONFIG(debug_and_release) {
|
||||
} else {
|
||||
DESTDIR = ..
|
||||
}
|
||||
|
||||
load(testcase) # for target.path and installTestHelperApp()
|
||||
installTestHelperApp("../lackey/lackey",lackey,lackey)
|
||||
|
Loading…
Reference in New Issue
Block a user