diff options
Diffstat (limited to 't/basic/direct-query-with-pkg_config_path.test')
| -rw-r--r-- | t/basic/direct-query-with-pkg_config_path.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/basic/direct-query-with-pkg_config_path.test b/t/basic/direct-query-with-pkg_config_path.test new file mode 100644 index 000000000000..aac09dffdc5e --- /dev/null +++ b/t/basic/direct-query-with-pkg_config_path.test @@ -0,0 +1,4 @@ +Environment: PKG_CONFIG_PATH=%TEST_FIXTURES_DIR%/lib2 +Query: %TEST_FIXTURES_DIR%/lib3/bar.pc +WantedFlags: cflags +ExpectedStdout: -fPIC -I/test/include/foo |
