Add a test script for testing the libacc compiler on ARM.
This commit is contained in:
parent
342520f2ed
commit
274663bf67
1 changed files with 4 additions and 0 deletions
4
libacc/testarm
Executable file
4
libacc/testarm
Executable 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
|
||||
Loading…
Add table
Reference in a new issue