mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
test(ldgen): added test simulating a .*.c file
This commit is contained in:
@@ -236,6 +236,9 @@ class EntityDBTest(unittest.TestCase):
|
||||
sections = self.entities.get_sections('ěščřžýáíé.a', 'FreeRTOS-ěščřžýáíé')
|
||||
self.assertEqual(set(sections), set(['.literal.ěščřžýáíé']))
|
||||
|
||||
sections = self.entities.get_sections('ěščřžýáíé.a', 'o_suffix')
|
||||
self.assertEqual(set(sections), set(['.find_me']))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
Reference in New Issue
Block a user