android_system_core/libacc/tests/testarm
Jack Palevich 36d9414f72 Make a host version of acc for testing.
Don't run the code we've compiled unless the -R option is present.
2009-06-08 15:55:32 -07:00

9 lines
203 B
Bash
Executable file

#!/bin/sh
adb remount
adb shell rm /system/bin/acc
adb push data/returnval-ansi.c /system/bin/returnval-ansi.c
cd ..
mm -j8
cd tests
adb sync
adb shell /system/bin/acc -R -S /system/bin/returnval-ansi.c