2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Wed, 28 May 2008 20:37:20 +0000 (21:37 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Wed, 28 May 2008 20:37:20 +0000 (21:37 +0100)
commitf346af9d38b2a69945543e38e1109ddb8131c886
tree88b0eb23a71281ac05a3033fd3c3929d0891b202
parent0649430a8d6186fb070600b6704b7e9f959ca792
2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
* tests/dummyatk
Rework the LSB dummy implementation, taken from
atk-tests. This is a very simple atk implementation
for the purpose of testing at-spi.

* tests/testapps
Add a test framework for applications used in testing
at-spi. Tests will generally make use of the dummy
atk implmentaion.
31 files changed:
Makefile.am
configure.ac
tests/Makefile.am
tests/dummyatk/Makefile.am [new file with mode: 0644]
tests/dummyatk/my-atk-action.c [new file with mode: 0644]
tests/dummyatk/my-atk-action.h [new file with mode: 0644]
tests/dummyatk/my-atk-component.c [new file with mode: 0644]
tests/dummyatk/my-atk-component.h [new file with mode: 0644]
tests/dummyatk/my-atk-hyperlink.c [new file with mode: 0644]
tests/dummyatk/my-atk-hyperlink.h [new file with mode: 0644]
tests/dummyatk/my-atk-hypertext.c [new file with mode: 0644]
tests/dummyatk/my-atk-hypertext.h [new file with mode: 0644]
tests/dummyatk/my-atk-object.c [new file with mode: 0644]
tests/dummyatk/my-atk-object.h [new file with mode: 0644]
tests/dummyatk/my-atk-streamable-content.c [new file with mode: 0644]
tests/dummyatk/my-atk-streamable-content.h [new file with mode: 0644]
tests/dummyatk/my-atk-text.c [new file with mode: 0644]
tests/dummyatk/my-atk-text.h [new file with mode: 0644]
tests/dummyatk/my-atk-value.c [new file with mode: 0644]
tests/dummyatk/my-atk-value.h [new file with mode: 0644]
tests/dummyatk/my-atk.h [new file with mode: 0644]
tests/dummyatk/resources_storage.c [new file with mode: 0644]
tests/dummyatk/resources_storage.h [new file with mode: 0644]
tests/dummyatk/useful_functions.c [new file with mode: 0644]
tests/dummyatk/useful_functions.h [new file with mode: 0644]
tests/dummyatk/user_marshal.c [new file with mode: 0644]
tests/dummyatk/user_marshal.h [new file with mode: 0644]
tests/testapps/Makefile.am [new file with mode: 0644]
tests/testapps/noop-app.c [new file with mode: 0644]
tests/testapps/object-app.c [new file with mode: 0644]
tests/testapps/test-application.c [new file with mode: 0644]