aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-152-3/+3
|
* 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-152-0/+51
|
* clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵Charles Kerr2016-03-112-4/+7
| | | | environment variables.
* add UsbManagerCharles Kerr2016-03-106-48/+268
|
* cmake and test directory cleanupCharles Kerr2016-03-109-43/+77
|
* add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-083-16/+303
|
* add test to confirm on_pk() signal is fired in the main thread rather than ↵Charles Kerr2016-03-071-6/+9
| | | | the worker thread
* add ADB server/client + testsCharles Kerr2016-03-064-10/+338
|
* cosmetic: use -test as the suffix for test filesCharles Kerr2016-03-042-1/+1
|
* update glib/dbus test fixtures from indicator-datetime/15.10 branchCharles Kerr2016-03-044-83/+44
|
* Small typo in integration test planTed Gould2014-10-101-1/+1
|
* don't use 'auto tmp = ...' when tmp is going to be passed to g_free()Charles Kerr2014-10-061-1/+1
|
* report unexpected g_log() calls via g_print() instead of g_log() :DCharles Kerr2014-10-061-1/+1
|
* fix oopsCharles Kerr2014-10-061-1/+1
|
* fix warnings reported by flint++ -- explicit ctors, classes with virtual ↵Charles Kerr2014-10-062-2/+17
| | | | methods but no virtual dtor, #ifdef include guards
* replace 'orientation-lock' enum with 'rotation-lock' boolCharles Kerr2014-10-061-5/+3
|
* Put in disclaimer about current buildsTed Gould2014-09-051-0/+2
|
* fix copy-paste errorCharles Kerr2014-08-211-1/+1
|
* add rotation lock indicatorCharles Kerr2014-08-205-24/+131
|
* get skeletal service and tests buildingCharles Kerr2014-08-192-4/+3
|
* initial pass at tests/ directory, skeleton onlyCharles Kerr2014-08-194-0/+251