diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-06-25 22:30:05 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-06-29 05:21:48 +0000 |
| commit | b0fc1b7a2fe8fcb18ee407227591bf25a86ffbaf (patch) | |
| tree | 0cc32f86bf808bcf9d79da95db969cd76f0feadb /t/sysroot/sysroot-differs-from-destdir-injects.test | |
| parent | eaa637963bcfde283b411c14968b7903b02d6aa1 (diff) | |
Diffstat (limited to 't/sysroot/sysroot-differs-from-destdir-injects.test')
| -rw-r--r-- | t/sysroot/sysroot-differs-from-destdir-injects.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/sysroot/sysroot-differs-from-destdir-injects.test b/t/sysroot/sysroot-differs-from-destdir-injects.test new file mode 100644 index 000000000000..759ab54c8658 --- /dev/null +++ b/t/sysroot/sysroot-differs-from-destdir-injects.test @@ -0,0 +1,6 @@ +Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot +Environment: DESTDIR=/other +PackageSearchPath: lib1 +Query: foo +WantedFlags: libs cflags +ExpectedStdout: -fPIC -I/sysroot/test/include/foo -L/sysroot/test/lib -lfoo |
