aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-1/+0
| | | | the prompt.
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-172-30/+6
| | | | fixtures' helper/util code
* de-dupe use of dbus namesCharles Kerr2016-03-171-6/+7
|
* add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵Charles Kerr2016-03-171-14/+1
| | | | in one place
* use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-151-2/+2
|
* oops, last commit's diagnosis was incorrect. The timing test issue came from ↵Charles Kerr2016-03-151-1/+1
| | | | async dbus handling interfering with fast setup/teardown of automated tests. Revert the last change and fix by setting up the dbus signal subscription immediately upon getting the dbus connection.
* fix test timing issue, had max timeout at 1 sec for listening for fdo ↵Charles Kerr2016-03-151-1/+1
| | | | notification user response, but the tests on the phone are sometimes too slow for that timeout
* in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization ↵Charles Kerr2016-03-151-4/+2
| | | | for g++ 4.9x
* add new CMakeLists.txt files in tests/utils/ and tests/unit/Charles Kerr2016-03-151-0/+34
|
* add UsbManagerCharles Kerr2016-03-102-48/+12
|
* cmake and test directory cleanupCharles Kerr2016-03-103-0/+374