xref: /freebsd/contrib/pkgconf/t/cli/define-variable.test (revision 78e936b2d0b5e6554425009199be31e76bc67c10)
1Tool: pkgconf
2ToolArgs: --with-path=%TEST_FIXTURES_DIR%/lib1 --define-variable=prefix=/test2 --variable=prefix foo
3ExpectedStdout: /test2
4ExpectedExitCode: 0
5