Merge branch 'mgorse'
[platform/core/uifw/at-spi2-atk.git] / tests / apps / object-app.c
index 74dabb3..07b79e6 100644 (file)
@@ -24,6 +24,18 @@ test_init (gchar *path)
   g_free(td);
 }
 
+G_MODULE_EXPORT void
+test_next (int argc, char *argv[])
+{
+  g_print("Moving to next stage\n");
+}
+
+G_MODULE_EXPORT void
+test_finished (int argc, char *argv[])
+{
+  g_print("Test has completed\n");
+}
+
 G_MODULE_EXPORT AtkObject *
 test_get_root (void)
 {