summaryrefslogtreecommitdiff
path: root/check/check-path
Commit message (Collapse)AuthorAgeFilesLines
* Run cmd through Wine when availableDan Nicholson2013-04-091-1/+1
| | | | | If we have Wine, it will provide cmd so we can build the pkg-config path for the test.
* Adjust expected path for native Windows testDan Nicholson2013-04-091-8/+21
| | | | | | | When check-path is run on native Windows (MINGW), that path reported by `pkg-config --variable=pc_path pkg-config` is adjusted to the directory pkg-config is run from. Adjust the expected result based on getting the current directory from cmd in Windows format.
* check: Check path handlingDan Nicholson2012-10-021-0/+22
Add a test for pkg-config's path handling. The first test covers PKG_CONFIG_PATH, and the second covers the built-in path. For this one we need to unset the PKG_CONFIG_LIBDIR that normally is set during the tests. Since we can't rely on the contents of the default path, we just check to see that the built-in path matches what was specified in configure. To do this, we need to add a bunch of variables to config.sh so the variable resolves. These variables don't need to be exported, though.