blob: 67785a26ba35f6e7bd115928f890ecc41a2407b8 [file] [log] [blame]
The purpose of this check is to verify that static library imports
are transitive, i.e. that if foo imports a static library bar, which
imports another static library zoo, then libfoo.so will be linked
against both libbar.a and libzoo.a properly.