summaryrefslogtreecommitdiffstats
path: root/libacc/test
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-05-13 10:58:45 -0700
committerJack Palevich <jackpal@google.com>2009-05-13 10:58:45 -0700
commit2230513fc0ba455c6de39525dded4274dfb0146b (patch)
tree813c19c0b7c588e193c9c1e69d2a0c273c2dbb2b /libacc/test
parent2ac16b7e46753238312475cf16aa910c1897c5d0 (diff)
downloadsystem_core-2230513fc0ba455c6de39525dded4274dfb0146b.zip
system_core-2230513fc0ba455c6de39525dded4274dfb0146b.tar.gz
system_core-2230513fc0ba455c6de39525dded4274dfb0146b.tar.bz2
Add stub Arm code generator.
Diffstat (limited to 'libacc/test')
-rwxr-xr-xlibacc/test3
1 files changed, 2 insertions, 1 deletions
diff --git a/libacc/test b/libacc/test
index 17d7b55..be883a6 100755
--- a/libacc/test
+++ b/libacc/test
@@ -1,2 +1,3 @@
#!/bin/sh
-g++ acc.cpp -ldl -o tests/acc && tests/acc tests/otcc.c -T tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig
+g++ acc.cpp -ldl -o tests/acc && tests/acc tests/otcc.c -a x86 -d tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig
+tests/acc tests/simplest.c