comparison test/testzcc.py @ 337:b00219172a42

Added cool lm3s811 qemu project
author Windel Bouwman
date Thu, 20 Feb 2014 20:04:52 +0100
parents d1ecc493384e
children 8eb4a6fe8fc8
comparison
equal deleted inserted replaced
336:d1ecc493384e 337:b00219172a42
52 def testKernel(self): 52 def testKernel(self):
53 """ Build kernel using zcc: """ 53 """ Build kernel using zcc: """
54 recipe = os.path.join(testdir, '..', 'kernel', 'recipe.yaml') 54 recipe = os.path.join(testdir, '..', 'kernel', 'recipe.yaml')
55 self.buildRecipe(recipe) 55 self.buildRecipe(recipe)
56 56
57 @unittest.skip('Too difficult to fix')
57 def testKernelBuildsEqualTwice(self): 58 def testKernelBuildsEqualTwice(self):
58 """ Build kernel two times and check the output is equal """ 59 """ Build kernel two times and check the output is equal """
59 recipe = os.path.join(testdir, '..', 'kernel', 'recipe.yaml') 60 recipe = os.path.join(testdir, '..', 'kernel', 'recipe.yaml')
60 bin_filename = os.path.join(testdir, '..', 'kernel', 'kernel.bin') 61 bin_filename = os.path.join(testdir, '..', 'kernel', 'kernel.bin')
61 self.buildRecipe(recipe) 62 self.buildRecipe(recipe)