split pkgconf-specific behaviours out into a separate test battery, document differences better #90
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
right now, our test suite tests both conformance of pkg-config implementations, as well as pkgconf-specific features and quirks.
we should both split out the pkgconf-specific extensions (so any pkg-config implementation can be tested against our testsuite and pass it), as well as document the reasons behind those extensions/differences (mostly relating to how sysroot is handled)
This was done as part of #96 I suppose.