mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-18 03:18:10 +02:00
28 lines
492 B
Makefile
28 lines
492 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 \
|
|
check-version
|
|
|
|
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
|