Mercurial > lcfOS
comparison test/testzcc.py @ 334:6f4753202b9a
Added more recipes
author | Windel Bouwman |
---|---|
date | Thu, 13 Feb 2014 22:02:08 +0100 |
parents | a78b41ff6ad2 |
children | 582a1aaa3983 |
comparison
equal
deleted
inserted
replaced
333:dcae6574c974 | 334:6f4753202b9a |
---|---|
59 self.buildRecipe(recipe) | 59 self.buildRecipe(recipe) |
60 | 60 |
61 def testBurn2(self): | 61 def testBurn2(self): |
62 self.do(['burn2.c3'], ['stm32f4xx.c3']) | 62 self.do(['burn2.c3'], ['stm32f4xx.c3']) |
63 | 63 |
64 def testBurn2_recipe(self): | |
65 recipe = os.path.join(testdir, '..', 'examples', 'c3', 'recipe.yaml') | |
66 self.buildRecipe(recipe) | |
67 | |
64 #@unittest.skip('s') | 68 #@unittest.skip('s') |
65 def testBurn2WithLogging(self): | 69 def testBurn2WithLogging(self): |
66 self.do(['burn2.c3'], ['stm32f4xx.c3'], extra_args=['--report', 'x.rst']) | 70 self.do(['burn2.c3'], ['stm32f4xx.c3'], extra_args=['--report', 'x.rst']) |
67 | 71 |
68 def testCommentsExample(self): | 72 def testCommentsExample(self): |