mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-01-07 19:10:12 +01:00
The ancient bundled popt mishandles some cases of option parsing. http://lists.freedesktop.org/archives/pkg-config/2010-March/000508.html Add a test program to exercise it. This should encourage people to use an external popt until we have a better fix.
12 lines
450 B
Makefile
12 lines
450 B
Makefile
|
|
TESTS = check-cflags check-libs check-define-variable \
|
|
check-libs-private check-requires-private check-includedir \
|
|
check-conflicts check-missing check-idirafter check-whitespace \
|
|
check-cmd-options
|
|
|
|
EXTRA_DIST = $(TESTS) common simple.pc requires-test.pc public-dep.pc \
|
|
private-dep.pc includedir.pc missing-requires-private.pc \
|
|
missing-requires.pc idirafter.pc conflicts-test.pc whitespace.pc \
|
|
fields-blank.pc
|
|
|
|
DISTCLEANFILES = config.sh
|