qt5base-lts/tests/benchmarks/dbus/qdbusperformance
Edward Welbourne bf99c2b62b Fix qdbusperformance and qprocess benchmarks
The tests failed because they couldn't find the servers they needed to
run. The dbus server wasn't being built, due to mis-configured CMake
config; fixed dbus server CMake config. Once built, the servers werent
at the paths relative to the test binaries that were given in the test
source files, because the test binary was in the test/ sub-directory.
The dbus test just needed a ../ on its path; the qprocess one also
needed its path wrapped in QFINDTESTDATA(), and a ".exe" suffix on MS.

Pick-to: 6.2 6.1 5.15
Task-number: QTBUG-91713
Change-Id: I5ace23a5815575bbf88ea88e0b16afc7b8ba6a08
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2021-07-15 15:06:54 +00:00
..
server Fix qdbusperformance and qprocess benchmarks 2021-07-15 15:06:54 +00:00
test Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
CMakeLists.txt Convert remaining tests/benchmarks 2019-11-04 15:48:51 +00:00
serverobject.h Fix a few compiler warnings in tests 2021-02-02 12:06:05 +01:00
tst_qdbusperformance.cpp Fix qdbusperformance and qprocess benchmarks 2021-07-15 15:06:54 +00:00