xamarin-macios/tests/test-libraries/libraries
Rolf Bjarne Kvinge 5b8250486f
[dotnet/msbuild] Run install_name_tool to fix the id for dylibs. Fixes #13999. (#14147)
Fixes https://github.com/xamarin/xamarin-macios/issues/13999.
2022-02-16 21:13:40 +01:00
..
Makefile [dotnet/msbuild] Run install_name_tool to fix the id for dylibs. Fixes #13999. (#14147) 2022-02-16 21:13:40 +01:00
README.md [tests] Add build logic to build numerous native libraries for testing purposes. 2021-12-22 10:17:34 +01:00
shared.c [tests] Add build logic to build numerous native libraries for testing purposes. 2021-12-22 10:17:34 +01:00

README.md

Test libraries

This directory contains the logic to build multiple very simple native libraries (.o., .a and .dylib).

For each NAME in the NAMES variable in the Makefile, the makefile will create a libNAME.o, libNAME.a and a libNAME.dylib with a single getNAME function that returns a constant char* value "NAME".

The point is to have numerous test libraries that can be included in the same project for testing how our build logic with regards to native libraries.