Unit test framework
authorPatryk Kaczmarek <patryk.k@samsung.com>
Tue, 2 Dec 2014 11:18:41 +0000 (12:18 +0100)
committerMike Gorse <mgorse@suse.com>
Tue, 9 Dec 2014 14:56:38 +0000 (08:56 -0600)
commit73100560cfcf92e857ffb8ec93b55e43530f6861
tree204a8fd934ec2e245dcad8d6125d82bdbe8580bf
parent72b731c5b3c7273f1296426a9b11a81360b22122
Unit test framework

   * New test framework for testing Atspi library
   * https://bugzilla.gnome.org/show_bug.cgi?id=730505
17 files changed:
Makefile.am
README
configure.ac
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/README [new file with mode: 0644]
tests/atk-object-xml-loader.c [new file with mode: 0644]
tests/atk-object-xml-loader.h [new file with mode: 0644]
tests/atk_suite.c [new file with mode: 0644]
tests/atk_suite.h [new file with mode: 0644]
tests/atk_test_accessible.c [new file with mode: 0644]
tests/data/test.xml [new file with mode: 0644]
tests/dummyatk/Makefile.am [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.h [new file with mode: 0644]
tests/test-application.c [new file with mode: 0644]