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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/egg/egg-testing.h b/egg/egg-testing.h
index 402e667d..c51c7d00 100644
--- a/egg/egg-testing.h
+++ b/egg/egg-testing.h
@@ -59,6 +59,9 @@ gint egg_tests_run_with_loop (void);
gint egg_tests_run_in_thread_with_loop (void);
+void egg_tests_copy_scratch_file (const gchar *directory,
+ const gchar *file_to_copy);
+
gchar * egg_tests_create_scratch_directory (const gchar *file_to_copy,
...) G_GNUC_NULL_TERMINATED;