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