From 69dafea1c8f4737b51e32ac1b9427076c70728c1 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 23 Mar 2008 21:39:07 +0100 Subject: 2008-03-23 Tollef Fog Heen * 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. --- check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check/Makefile.am') diff --git a/check/Makefile.am b/check/Makefile.am index df199c7..772c8ad 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -1,6 +1,7 @@ TESTS = check-cflags check-libs check-define-variable \ - check-libs-private check-requires-private check-includedir + 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 -- cgit v1.2.1