Add a test script for testing the libacc compiler on ARM.

This commit is contained in:
Jack Palevich 2009-05-19 13:57:49 -07:00
parent 342520f2ed
commit 274663bf67

4
libacc/testarm Executable file
View file

@ -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