Mercurial > lcfOS
diff test/testzcc.py @ 334:6f4753202b9a
Added more recipes
author | Windel Bouwman |
---|---|
date | Thu, 13 Feb 2014 22:02:08 +0100 |
parents | a78b41ff6ad2 |
children | 582a1aaa3983 |
line wrap: on
line diff
--- a/test/testzcc.py Sun Feb 09 15:27:57 2014 +0100 +++ b/test/testzcc.py Thu Feb 13 22:02:08 2014 +0100 @@ -61,6 +61,10 @@ def testBurn2(self): self.do(['burn2.c3'], ['stm32f4xx.c3']) + def testBurn2_recipe(self): + recipe = os.path.join(testdir, '..', 'examples', 'c3', 'recipe.yaml') + self.buildRecipe(recipe) + #@unittest.skip('s') def testBurn2WithLogging(self): self.do(['burn2.c3'], ['stm32f4xx.c3'], extra_args=['--report', 'x.rst'])