nuttx-apps/examples/sotest
Neale Ferguson 72eaed8fdd Add loading of ET_DYN shared object test to sotest
* examples/sotest/lib/Makefile
  - Add dynload directory to build

* examples/sotest/lib/dynload/Makefile
  - Build the dynload shared object test
  - Use SHMODULEFLAGS and not SHLDFLAGS

* 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
2024-05-29 19:17:15 -03:00
..
lib Add loading of ET_DYN shared object test to sotest 2024-05-29 19:17:15 -03:00
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Kconfig examples/sotest: remove unnecessary config 2023-07-30 22:19:03 -07:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile examples/sotest: -fno-builtin for a file generated by mksymtab.sh 2022-05-12 23:12:39 +08:00
sotest_main.c Add loading of ET_DYN shared object test to sotest 2024-05-29 19:17:15 -03:00