Index: tools/xcw/bin/helenos-test
===================================================================
--- tools/xcw/bin/helenos-test	(revision 705ca2bc3e43a3353d68e38f27197c4e17570898)
+++ tools/xcw/bin/helenos-test	(revision d548fc0e28b66bd85d62aea9c93bea619d7f4520)
@@ -1,5 +1,5 @@
 #!/bin/bash
 #
-# Copyright (c) 2018 Jiri Svoboda
+# Copyright (c) 2019 Jiri Svoboda
 # All rights reserved.
 #
@@ -33,7 +33,7 @@
 
 XCW="$(dirname "$0")"
-SRC_ROOT="$XCW/../../.."
+BUILD_ROOT="$(dirname "$(dirname "$(dirname "$XCW")")")"
 
-cd "$SRC_ROOT"
-make
+cd "$BUILD_ROOT"
+ninja image_path
 tools/ew.py
