summaryrefslogtreecommitdiffstats
path: root/test/LINK/applelink.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix looking for specific version of libSystem.B.dylib when running on macOS. ↵William Deegan2019-12-111-6/+12
| | | | Use regex of #.#.# instead
* Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to ↵William Deegan2018-12-101-0/+57
| | | | allow user to disable generating either or both -current_version and/or -compatibility_version to the applelink linker. Updates to docs. Add docstrings to generator functions
* flake8 fixesWilliam Deegan2018-12-091-5/+7
|
* Allow test to function minus otool verification on non mac platformsWilliam Deegan2018-12-071-37/+41
|
* Skip APPLELINK* testing if not on macWilliam Deegan2018-12-071-39/+39
|
* Fix GH issue #3241 - Support -compatability_version and -current_version ↵William Deegan2018-12-061-2/+46
| | | | flags propagating to linker for shared libraries. Derive them from SHLIBVERSION if not independantly specified
* move applelink test to use directory fixtureWilliam Deegan2018-12-051-24/+2
|
* Fix applelink test to work on win32William Deegan2018-09-271-2/+1
|
* fix test so it should run on any platformWilliam Deegan2018-09-241-1/+1
|
* Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATHWilliam Deegan2018-09-231-0/+70