summaryrefslogtreecommitdiff
path: root/tests/at-spi2-atk/atk_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/at-spi2-atk/atk_test_util.h')
-rw-r--r--tests/at-spi2-atk/atk_test_util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/at-spi2-atk/atk_test_util.h b/tests/at-spi2-atk/atk_test_util.h
index 94859856..6f4f2ab6 100644
--- a/tests/at-spi2-atk/atk_test_util.h
+++ b/tests/at-spi2-atk/atk_test_util.h
@@ -33,6 +33,15 @@
#include <sys/wait.h>
#include <unistd.h>
+typedef struct
+{
+ pid_t child_pid;
+
+ AtspiAccessible *root_obj;
+} TestAppFixture;
+
+extern pid_t child_pid;
+
void fixture_setup (TestAppFixture *fixture, gconstpointer user_data);
void fixture_teardown (TestAppFixture *fixture, gconstpointer user_data);
void clean_exit_on_fail ();