summaryrefslogtreecommitdiff
path: root/t/cli/with-path.test
diff options
context:
space:
mode:
Diffstat (limited to 't/cli/with-path.test')
-rw-r--r--t/cli/with-path.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/cli/with-path.test b/t/cli/with-path.test
new file mode 100644
index 000000000000..0196261f0f9a
--- /dev/null
+++ b/t/cli/with-path.test
@@ -0,0 +1,4 @@
+Tool: pkgconf
+ToolArgs: --with-path=%TEST_FIXTURES_DIR%/lib1 --libs foo
+ExpectedStdout: -L/test/lib -lfoo
+ExpectedExitCode: 0