Mercurial > lcfOS
comparison test/testcg.py @ 301:6753763d3bec
merge codegen into ppci package
author | Windel Bouwman |
---|---|
date | Thu, 05 Dec 2013 17:02:38 +0100 |
parents | 534b94b40aa8 |
children | 68b01c8abf8a |
comparison
equal
deleted
inserted
replaced
300:158068af716c | 301:6753763d3bec |
---|---|
1 import unittest | 1 import unittest |
2 import ppci | 2 import ppci |
3 from codegen import CodeGenerator | 3 from ppci.codegen import CodeGenerator |
4 import ir | 4 from ppci import ir |
5 from target import armtarget | 5 from target import armtarget |
6 import outstream | 6 import outstream |
7 | 7 |
8 | 8 |
9 def genTestFunction(): | 9 def genTestFunction(): |