42951ebd3acbdc7975af1a8546f0e06386583ed2
[platform/core/uifw/at-spi2-atk.git] / tests / apps / noop-app.c
1 #include <gmodule.h>
2 #include <atk/atk.h>
3
4 G_MODULE_EXPORT void
5 test_init (int argc, char *argv[])
6 {
7   ;
8 }
9
10 G_MODULE_EXPORT AtkObject *
11 test_get_root (void)
12 {
13   return NULL;
14 }