aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-24 18:12:15 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-24 18:12:15 -0700
commit498ccef20c806a86234b8dce398e0f9e1c2b7953 (patch)
tree96296f9bd6900cd80a67c01927230fe302a5ddad /Android.mk
parent42880346994169f5d1c3d7810cab3deeea06893d (diff)
downloadvixl-498ccef20c806a86234b8dce398e0f9e1c2b7953.tar.gz
Test: m run-vixl-tests Change-Id: I7d75a9ee3043ea67378d3b03ab42db5afc6148ed
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 92e8bbac..6f87fcce 100644
--- a/Android.mk
+++ b/Android.mk
@@ -58,8 +58,8 @@ $(vixl_timestamp): $(HOST_OUT_NATIVE_TESTS)/vixl-test-runner/vixl-test-runner
# TODO: Once available, use the appropriate option of vixl-test-runner
# to point to the trace files instead of running from the vixl root.
echo Running vixl tests
- cd $(dir $<) && $(notdir $<) --run_all
- cd $(dir $<) && $(notdir $<) --run_all --debugger
+ cd $(dir $<) && ./$(notdir $<) --run_all
+ cd $(dir $<) && ./$(notdir $<) --run_all --debugger
echo vixl tests PASSED
touch $@