commit | c9b8ffc3897952deef9e23949ce42fdc09f14a24 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Aug 03 14:42:57 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Mon Aug 03 14:42:57 2009 -0700 |
tree | 70da23dead593f87a31390df47b8ddbee8d39ebd | |
parent | 029c7f81a9a445b57a9f6b791a32eebc7b581e2a [diff] [blame] |
Add support for "short" data type.
diff --git a/libacc/tests/test.py b/libacc/tests/test.py index 7bcbdd4..a3114ad 100644 --- a/libacc/tests/test.py +++ b/libacc/tests/test.py
@@ -382,6 +382,11 @@ result: 0 ""","""""") + def testShort(self): + self.compileCheck(["-R", "data/short.c"], """Executing compiled code: +result: -2 +""","""""") + if __name__ == '__main__': if not outputCanRun(): print "Many tests are expected to fail, because acc is not a 32-bit x86 Linux executable."