comparison test/testzcc.py @ 353:b8ad45b3a573

Started with strings
author Windel Bouwman
date Sun, 09 Mar 2014 18:49:10 +0100
parents 899ae3aea803
children 39bf68bf1891
comparison
equal deleted inserted replaced
352:899ae3aea803 353:b8ad45b3a573
52 arg_list = ['compile', basedir] 52 arg_list = ['compile', basedir]
53 arg_list.append('--target') 53 arg_list.append('--target')
54 arg_list.append('thumb') 54 arg_list.append('thumb')
55 self.callZcc(arg_list) 55 self.callZcc(arg_list)
56 56
57 @unittest.skip('Strings not yet functional')
57 def testThumbKernel(self): 58 def testThumbKernel(self):
58 """ Build kernel using zcc: """ 59 """ Build kernel using zcc: """
59 recipe = relpath('..', 'kernel', 'thumb.yaml') 60 recipe = relpath('..', 'kernel', 'thumb.yaml')
60 self.buildRecipe(recipe) 61 self.buildRecipe(recipe)
61 62