comparison test/testzcc.py @ 289:bd2593de3ff8

Semifix burn2
author Windel Bouwman
date Thu, 21 Nov 2013 15:46:50 +0100
parents a747a45dcd78
children 534b94b40aa8
comparison
equal deleted inserted replaced
288:a747a45dcd78 289:bd2593de3ff8
21 21
22 @unittest.skip('Not working yet') 22 @unittest.skip('Not working yet')
23 def testBurn(self): 23 def testBurn(self):
24 self.do(['burn.c3'], ['stm32f4xx.c3']) 24 self.do(['burn.c3'], ['stm32f4xx.c3'])
25 25
26 @unittest.skip('Not working yet')
27 def testBurn2(self): 26 def testBurn2(self):
28 self.do(['burn2.c3'], ['stm32f4xx.c3']) 27 self.do(['burn2.c3'], ['stm32f4xx.c3'])
29 28
30 def testComments(self): 29 def testComments(self):
31 self.do(['comments.c3']) 30 self.do(['comments.c3'])