summaryrefslogtreecommitdiff
path: root/tests/atk_test_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Tests: include sys/time.hMike Gorse2020-02-291-0/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/14
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
| | | | Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/2
* Fix old FSF addressMike Gorse2019-08-271-2/+2
|
* Merge branch 'extern_var' into 'master'Mike Gorse2019-08-261-1/+1
|\ | | | | | | | | tests: Replace common variable with usual external variable See merge request GNOME/at-spi2-atk!11
| * tests: Replace common variable with usual external variableSamuel Thibault2019-08-251-1/+1
| |
* | tests: use sub-second sleeps to wait for application startupSamuel Thibault2019-08-261-0/+1
|/ | | | | | | | | This allows to reduce the testsuite completion time from almost 3 minutes to about 3s. This however showed that we were not waiting for the application to terminate. Add terminate_app() which ensures this, to be used instead of only killing the application.
* Action tests added and some test framework refactorPatryk Kaczmarek2015-02-161-0/+45
* Accessible Action Test addded * XML loader unificated for different Atk Object types * Atk Suite now can run single interface tests * get_root_obj function changed * Created tests utils for test unification * Makefile.am files formating changed and unused parts deleted * MyAtkObject attributes receiving fixed