Name Description Size
CMakeLists.txt 554
test-export.c 2170
test-export.py Check if the source code matches the library component. Compile source code relative to one component and link to another component. Then run the generated executor. Args: link: The name of component that the source code will link with. code: The source code related component name. Returns: Returns 0 if links and runs successfully, otherwise 1. 6165