commit | 274663bf677d56bc212f354e8d50b8f58239252c | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Tue May 19 13:57:49 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Tue May 19 14:07:41 2009 -0700 |
tree | 0056cc072e0c5e6d6a71c5ec84eed7f92fbd7de7 | |
parent | 342520f2ed0f06deaff4d9c227121c98581dd4a4 [diff] |
Add a test script for testing the libacc compiler on ARM.
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