mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Add test driver symbols: Python port of 7f13fa2454282b21930045a3f4f9a2835d80425e
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
		
							parent
							
								
									e77f699ed5
								
							
						
					
					
						commit
						56e3a5caa6
					
				| @ -383,13 +383,14 @@ class NameCheck(object): | |||||||
|         p_headers = self.get_files("h", os.path.join("include", "psa")) |         p_headers = self.get_files("h", os.path.join("include", "psa")) | ||||||
|         t_headers = ["3rdparty/everest/include/everest/everest.h", |         t_headers = ["3rdparty/everest/include/everest/everest.h", | ||||||
|                      "3rdparty/everest/include/everest/x25519.h"] |                      "3rdparty/everest/include/everest/x25519.h"] | ||||||
|  |         d_headers = self.get_files("h", os.path.join("tests", "include", "test", "drivers")) | ||||||
|         l_headers = self.get_files("h", "library") |         l_headers = self.get_files("h", "library") | ||||||
|         libraries = self.get_files("c", "library") + [ |         libraries = self.get_files("c", "library") + [ | ||||||
|             "3rdparty/everest/library/everest.c", |             "3rdparty/everest/library/everest.c", | ||||||
|             "3rdparty/everest/library/x25519.c"] |             "3rdparty/everest/library/x25519.c"] | ||||||
|          |          | ||||||
|         all_macros = self.parse_macros( |         all_macros = self.parse_macros( | ||||||
|             m_headers + p_headers + t_headers + l_headers) |             m_headers + p_headers + t_headers + l_headers + d_headers) | ||||||
|         enum_consts = self.parse_enum_consts(m_headers + t_headers) |         enum_consts = self.parse_enum_consts(m_headers + t_headers) | ||||||
|         identifiers = self.parse_identifiers(m_headers + p_headers + t_headers) |         identifiers = self.parse_identifiers(m_headers + p_headers + t_headers) | ||||||
|         symbols = self.parse_symbols() |         symbols = self.parse_symbols() | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Yuto Takano
						Yuto Takano