summaryrefslogtreecommitdiff
path: root/check/check-path
AgeCommit message (Collapse)AuthorFilesLines
2013-04-09Run cmd through Wine when availableDan Nicholson1-1/+1
If we have Wine, it will provide cmd so we can build the pkg-config path for the test.
2013-04-09Adjust expected path for native Windows testDan Nicholson1-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.
2012-10-02check: Check path handlingDan Nicholson1-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.