summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/test_display_base.h')
-rw-r--r--server/tests/test_display_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/test_display_base.h b/server/tests/test_display_base.h
index ca940571..4aeaf5f3 100644
--- a/server/tests/test_display_base.h
+++ b/server/tests/test_display_base.h
@@ -10,6 +10,9 @@ void test_set_simple_command_list(int* commands, int num_commands);
void test_add_display_interface(SpiceServer *server);
SpiceServer* test_init(SpiceCoreInterface* core);
+/* Used for automated tests */
+void check_automated(int argc, char **argv);
+
// simple queue for commands
enum {
PATH_PROGRESS,