summaryrefslogtreecommitdiff
path: root/test cases/common/25 library versions/lib.c
AgeCommit message (Collapse)Author
2021-04-26Condense test directory names.Jussi Pakkanen
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2018-11-06Generate import lib even if both name_suffix and name_prefix are usedJon Turney
It's a (presumably unintentional) quirk of the current implementation of SharedLibrary.determine_filenames() that if both name_suffix and name_prefix are set, an import library isn't generated. Adjust test 'common/25 library versions': Make the library have exports, so an implib is generated with MSVC. Add implib to set of files expected to be installed Adjust test 'common/122 shared module': Add libnosyms implib to set of files expected to be installed, except for MSVC, where none is generated as it has no exports
2018-08-19Condense test dirs.Jussi Pakkanen