tests: add additional test fixtures
parent
19b1befb5d
commit
9950312fde
|
@ -100,6 +100,8 @@ EXTRA_DIST = pkg.m4 \
|
||||||
tests/lib1/orphaned-requires-private.pc \
|
tests/lib1/orphaned-requires-private.pc \
|
||||||
tests/lib1/sysroot-dir-2.pc \
|
tests/lib1/sysroot-dir-2.pc \
|
||||||
tests/lib1/sysroot-dir-3.pc \
|
tests/lib1/sysroot-dir-3.pc \
|
||||||
|
tests/lib1/sysroot-dir-4.pc \
|
||||||
|
tests/lib1/sysroot-dir-5.pc \
|
||||||
$(test_scripts) \
|
$(test_scripts) \
|
||||||
doc/conf.py \
|
doc/conf.py \
|
||||||
doc/extract.py \
|
doc/extract.py \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
prefix=/sysroot
|
prefix=/sysroot/usr
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
libdir=${prefix}/lib
|
libdir=${prefix}/lib
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
prefix=${pc_sysrootdir}/usr
|
||||||
|
includedir=${prefix}/include
|
||||||
|
libdir=${prefix}/lib
|
||||||
|
|
||||||
|
Name: sysroot-dir
|
||||||
|
Description: Package for testing whether sysroot dirs are repeated or not
|
||||||
|
Version: 1
|
||||||
|
CFlags: -I${includedir}
|
||||||
|
Libs: -L${libdir} -lfoo
|
|
@ -0,0 +1,9 @@
|
||||||
|
prefix=/sysroot/usr
|
||||||
|
includedir=${prefix}/include
|
||||||
|
libdir=${prefix}/lib
|
||||||
|
|
||||||
|
Name: sysroot-dir
|
||||||
|
Description: Package for testing whether sysroot dirs are repeated or not
|
||||||
|
Version: 1
|
||||||
|
CFlags: -I${includedir}
|
||||||
|
Libs: -L${libdir} -lfoo
|
Loading…
Reference in New Issue