summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-08-25 22:28:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-08-25 22:29:10 +0200
commit180f91479e27eed40c4d7ed6fe1fc82468d4982f (patch)
tree21314809cf3a5054d7116cbdafc52cbb420baeca /tests
parente032abac5cc3406965ccbe9b7ff274c54aaa316b (diff)
downloadat-spi2-atk-180f91479e27eed40c4d7ed6fe1fc82468d4982f.tar.gz
tests: Replace common variable with usual external variable
Diffstat (limited to 'tests')
-rw-r--r--tests/atk_test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atk_test_util.h b/tests/atk_test_util.h
index b2376d5..a81bedd 100644
--- a/tests/atk_test_util.h
+++ b/tests/atk_test_util.h
@@ -36,7 +36,7 @@
#include <locale.h>
#include "atk_suite.h"
-pid_t child_pid;
+extern pid_t child_pid;
void run_app (const char *file_name);
AtspiAccessible *get_root_obj (const char *file_name);