nealef opened a new pull request, #2026:
URL: https://github.com/apache/nuttx-apps/pull/2026

   * examples/sotest/lib/Makefile
     - Add dynload directory to build
   
   * examples/sotest/lib/dynload/Makefile
     - Build the dynload shared object test
   
   * examples/sotest/lib/dynload/dynload.c
     - Test case for loading of ET_DYN shared objects
   
   * examples/sotest/lib/dynload/.gitignore
     - Exclude built object from git
   
   * examples/sotest/sotest_main.c
     - Load and invoke the dynload test
   
   ## Summary
   
   Support of ET_DYN shared objects was added to NuttX, this PR adds a test.
   
   ## Impact
   
   New test `dynload` is built.
   
   ## Testing
   
   Run `sotest` and the `dynload` shared object will be loaded, a symbol 
located and invoked, and the module unloaded.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to