summaryrefslogtreecommitdiffstats
path: root/test/LINK
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
* Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-011-6/+6
|
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-252-2/+4
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to ↵William Deegan2018-12-102-3/+72
| | | | 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-062-2/+69
| | | | flags propagating to linker for shared libraries. Derive them from SHLIBVERSION if not independantly specified
* move applelink test to use directory fixtureWilliam Deegan2018-12-054-24/+19
|
* Fix flag usage for APPLELINK_CURRENT_VERSION and ↵William Deegan2018-12-051-1/+0
| | | | APPLELINK_COMPATIBILITY_VERSION in generator logic
* Initial checkin of functional versioned shared libraries for applelink. Not ↵William Deegan2018-12-046-22/+3
| | | | loadable modules don't get versions embedded in the generated file
* 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
|
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-113-3/+3
|
* OSX: for now don't run versioned lib tests on mac. The logic to generate the ↵William Deegan2017-04-094-1/+25
| | | | versioned libraries has the wrong format for osx/darwin
* py2/3 add mode='r' to must_match. Should fix some win32 failuresWilliam Deegan2017-03-142-2/+2
|
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-034-75/+12
|
* Updating tests to use fixture wrapper.py.William Blevins2016-09-242-12/+2
|
* Yet another batch of test fixes.William Blevins2016-09-228-20/+17
|
* merge python3 branch to defaultWilliam Deegan2016-05-231-286/+288
|\
| * Run futurize --stage1.Russel Winder2016-01-011-286/+288
| |
* | correct typos in test/LINK/{SHLIB,LDMODULE}VERSIONFLAGS.pyptomulik2016-05-162-2/+2
| |
* | regression tests for #319Pawel Tomulik2016-05-142-9/+90
|/
* Added test to verify InstallVersionLib available from DefaultEnvironment.William Blevins2015-09-231-0/+8
|
* correct logic in VersionedLib*.py testsPawel Tomulik2015-09-214-24/+34
|
* add simple test for $__SHLIBVERSIONFLAGSPawel Tomulik2015-09-201-0/+59
|
* cyglink: fix for shlib symlink not being cleaned correctlyPaweł Tomulik2015-09-201-6/+0
|
* fix test/LINK/VersionedLib.py to convince sun studio compilerPawel Tomulik2015-09-201-9/+8
|
* add tests to test/LINK/VersionedLib.pyPawel Tomulik2015-09-201-117/+215
|
* support for versioned libraries for sunlinkPawel Tomulik2015-09-204-0/+38
|
* reivised code, fixed cygwin/variant-dir issue, cleaned-up some areasPawel Tomulik2015-09-042-2/+159
|
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-023-7/+299
|
* Merged in managan/scons_versionedlib (pull request #82)Gary Oberbrunner2013-08-251-0/+13
|\ | | | | | | Versioned lib rebuild was broken
| * remove print from test and attempt to get FindInstalledFiles workingRobert Managan2013-06-181-1/+1
| |
| * Add a test to show that we can build when the link already existRobert Managan2013-06-171-0/+13
| |
* | Fix VersionedLib testDavid Rothenberger2013-08-181-0/+12
|/ | | | | Adjust for Cygwin coding conventions and test for existence of the import libraries.
* Make VersionedSharedLib and its test not fail on WindowsGary Oberbrunner2012-12-221-0/+15
|
* Fix SHLINKCOMSTR test rotGary Oberbrunner2012-12-221-7/+7
|
* Merging pull request #62 from Dirk Baechle: fixes for MinGW testsGary Oberbrunner2012-12-221-18/+19
|\
| * - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-18/+19
| |
* | removed versioned library support from Install and put it in InstallVersionedLibRobert Managan2012-12-181-1/+1
| |
* | import SCons.Platform and use its platform_default instead of copying the sourceRobert Managan2012-12-151-31/+3
| |
* | Change symlinks to match what ldconfig doesRobert Managan2012-11-181-2/+0
| |
* | Get sym links working with VariantDir and add a testRobert Managan2012-11-071-0/+154
|/
* Fix issue 2833 (LINKCOMSTR etc. on Windows).Gary Oberbrunner2012-07-222-0/+30
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-258-26/+16
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-116-6/+5
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-098-0/+47
|
* Remove (lots) more unnecessary imports.Steven Knight2009-02-064-9/+0
|