diff options
| author | Jack Palevich <jackpal@google.com> | 2009-05-10 14:09:03 -0700 |
|---|---|---|
| committer | Jack Palevich <jackpal@google.com> | 2009-05-10 14:09:03 -0700 |
| commit | e27bf3eb290c75704549b4a5eedda56079bac86e (patch) | |
| tree | ab3369789924caaaccecba8c2f9f51140b0e6443 /libacc/test | |
| parent | 16134598fba53a3a74c74a6a7f8da477d7033521 (diff) | |
| download | system_core-e27bf3eb290c75704549b4a5eedda56079bac86e.zip system_core-e27bf3eb290c75704549b4a5eedda56079bac86e.tar.gz system_core-e27bf3eb290c75704549b4a5eedda56079bac86e.tar.bz2 | |
Replace acc.c with the contents of otccn.c, update tests.
We are no longer checking if the constant data is the same, just the
generated code.
Diffstat (limited to 'libacc/test')
| -rwxr-xr-x | libacc/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libacc/test b/libacc/test index 2f999c1..eb4f383 100755 --- a/libacc/test +++ b/libacc/test @@ -1,2 +1,2 @@ #!/bin/sh -gcc acc.c -ldl -o tests/acc && tests/acc tests/otcc.c >tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig +gcc acc.c -DTEST -ldl -o tests/acc && tests/acc tests/otcc.c tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig |
