forked from ariadne/pkgconf
tests: add orphaned requires.private testcase
parent
183e68df39
commit
737e326ae1
|
@ -93,6 +93,7 @@ EXTRA_DIST = pkg.m4 \
|
|||
tests/lib1/requires-internal-collision.pc \
|
||||
tests/lib1/tuple-quoting.pc \
|
||||
tests/lib1/empty-tuple.pc \
|
||||
tests/lib1/orphaned-requires-private.pc \
|
||||
tests/test_env.sh \
|
||||
$(test_scripts) \
|
||||
doc/conf.py \
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
Name: orphaned-requires-private
|
||||
Version: 1
|
||||
Description: A testing module for pkgconf
|
||||
URL: http://www.pkgconf.org/
|
||||
Requires: foo
|
||||
Requires.private: orphaned-foo
|
||||
Cflags: -DUNREACHABLE
|
||||
Libs:
|
Loading…
Reference in New Issue