diff options
Diffstat (limited to 'libacc/testarm')
-rwxr-xr-x | libacc/testarm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libacc/testarm b/libacc/testarm new file mode 100755 index 0000000..d1a442e --- /dev/null +++ b/libacc/testarm @@ -0,0 +1,4 @@ +#!/bin/sh +adb remount +adb push tests/returnval.c /system/bin/returnval.c +mm -j8 && adb sync && adb shell /system/bin/acc -S /system/bin/returnval.c |