summaryrefslogtreecommitdiffstats
path: root/libacc/tests/testarm
diff options
context:
space:
mode:
Diffstat (limited to 'libacc/tests/testarm')
-rwxr-xr-xlibacc/tests/testarm9
1 files changed, 9 insertions, 0 deletions
diff --git a/libacc/tests/testarm b/libacc/tests/testarm
new file mode 100755
index 0000000..db7ebe5
--- /dev/null
+++ b/libacc/tests/testarm
@@ -0,0 +1,9 @@
+#!/bin/sh
+adb remount
+adb shell rm /system/bin/acc
+adb push data/returnval.c /system/bin/returnval.c
+cd ..
+mm -j8
+cd tests
+adb sync
+adb shell /system/bin/acc -S /system/bin/returnval.c