summaryrefslogtreecommitdiff
path: root/tests/atk_test_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atk_test_util.c')
-rw-r--r--tests/atk_test_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/atk_test_util.c b/tests/atk_test_util.c
index c776ae1..fd4ee8b 100644
--- a/tests/atk_test_util.c
+++ b/tests/atk_test_util.c
@@ -38,8 +38,8 @@ run_app (const char *file_name)
{
child_pid = fork ();
if (child_pid == 0) {
- execlp ("./app-test",
- "./app-test",
+ execlp (TESTS_BUILD_DIR "/app-test",
+ TESTS_BUILD_DIR "/app-test",
"--test-data-file",
file_name,
NULL);