mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-18 04:28:10 +02:00
* check/check-conflicts, check/conflicts-test.pc: New test,
testing that conflicts work as they should.
* pkg.c (verify_package): Make the conflicts check not only check
package versions, but also package names. This makes conflicts
functional, something they were not before.
8 lines
240 B
Makefile
8 lines
240 B
Makefile
|
|
TESTS = check-cflags check-libs check-define-variable \
|
|
check-libs-private check-requires-private check-includedir \
|
|
check-conflicts
|
|
|
|
EXTRA_DIST = $(TESTS) common simple.pc requires-test.pc public-dep.pc \
|
|
private-dep.pc includedir.pc
|
|
|