Merge branch 'testing' of ../git-at-spi
[platform/upstream/at-spi2-core.git] / tests / testapps / noop-app.c
1 #include <gmodule.h>
2 #include <atk/atk.h>
3
4 G_MODULE_EXPORT void
5 test_init (void)
6 {
7   ;
8 }
9
10 G_MODULE_EXPORT AtkObject *
11 test_get_root (void)
12 {
13   return NULL;
14 }