summaryrefslogtreecommitdiff
path: root/egg/egg-testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'egg/egg-testing.h')
-rw-r--r--egg/egg-testing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/egg/egg-testing.h b/egg/egg-testing.h
index d92dbc4c..393f4cb6 100644
--- a/egg/egg-testing.h
+++ b/egg/egg-testing.h
@@ -52,8 +52,12 @@ void egg_assertion_message_cmpmem (const char *domain, const char *
void egg_test_wait_stop (void);
+#define egg_test_wait() g_assert (egg_test_wait_until (20000) != FALSE)
+
gboolean egg_test_wait_until (int timeout);
+gint egg_tests_run_with_loop (void);
+
gint egg_tests_run_in_thread_with_loop (void);
gchar * egg_tests_create_scratch_directory (const gchar *file_to_copy,