Re: [PATCH] tests: skip with-pic test when no "real" pic flag is used.
Roumen Petrov <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <[email protected]> |
Peter Rosin wrote: > * tests/with-pic.at: Windows uses "-DDLL_EXPORT -DPIC" as the pic > "flag", but never applies it to static libraries. Cater for this > and skip if no "real" pic flag is in use. I'm not sure that this test is suitable for mingw host. > Signed-off-by: Peter Rosin <[email protected]> > --- > tests/with-pic.at | 11 ++++++++++- > 1 files changed, 10 insertions(+), 1 deletions(-) > > Ok to push? No as libtool should define -DPIC and for mingw host "pic" flag is -DDLL_EXPORT Roumen