summaryrefslogtreecommitdiff
path: root/check
Commit message (Expand)AuthorAgeFilesLines
* pkg: Make ordering of output from print_package_list() deterministicPhilip Withnall2019-04-031-3/+3
* pkg: Check INCLUDE environment variable for MSVCDan Nicholson2017-03-201-2/+21
* check: Add test for system flags pruningDan Nicholson2017-03-203-0/+59
* Respect sysroot for -isystem and -idirafterDan Nicholson2017-03-202-2/+2
* check: Include special-flags in sysroot testDan Nicholson2017-03-201-0/+6
* check: Add more flags to the special-flags testDan Nicholson2017-03-202-4/+4
* Don't override empty prefix settingDan Nicholson2016-08-303-0/+18
* Improve performance of package list expansionMatthew Hanna2016-08-2214-0/+176
* check: More thoroughly test variable usageDan Nicholson2016-02-264-1/+38
* Revert "Unquote values of requested variables"Dan Nicholson2016-02-261-4/+0
* Also match -Wl,-framework for OSX frameworkDan Nicholson2016-01-292-2/+2
* Allow overriding package variables with env varsAlexander Larsson2016-01-292-1/+38
* Fix relocatable test in wineDan Nicholson2015-02-211-2/+2
* Sort --print-variables outputDan Nicholson2015-02-211-3/+3
* check: Test that the pcfiledir variable is output correctlyDan Nicholson2014-12-091-5/+14
* Handle pcfiledir variable like normal variableDan Nicholson2014-12-091-2/+3
* Ensure -isystem Cflags not compressed like -IDan Nicholson2013-12-142-2/+2
* check: Rework dirafter test to handle all special casesDan Nicholson2013-12-144-14/+16
* Unquote values of requested variablesMarek Kasik2013-09-151-0/+4
* check: Convert paths to Windows format when using --define-prefixDan Nicholson2013-05-311-0/+8
* check: Make relocatable script executableDan Nicholson2013-05-221-0/+0
* Allow errors in .pc files for --list-allDan Nicholson2013-05-173-2/+8
* Silence errors by default with --list-allDan Nicholson2013-05-171-2/+2
* check: Test relocatable featuresDan Nicholson2013-05-175-2/+68
* check: Define all useful build directories in config.shDan Nicholson2013-05-171-0/+5
* check: Make check-tilde executable like all other test scriptsDan Nicholson2013-04-201-0/+0
* Run cmd through Wine when availableDan Nicholson2013-04-092-1/+2
* Substitute TESTS_PKG_CONFIG from configureDan Nicholson2013-04-091-1/+0
* Adjust PKG_CONFIG_PATH for tests correctly on WindowsDan Nicholson2013-04-091-2/+3
* Mangle expected sysroot output to match MSYS shellDan Nicholson2013-04-091-2/+7
* Adjust expected path for native Windows testDan Nicholson2013-04-092-8/+23
* Fix srcdir != builddir error in check-debugDan Nicholson2013-01-231-1/+1
* Merge branch 'flag-order-fixes'Dan Nicholson2013-01-226-38/+40
|\
| * Only strip duplicate arguments when they appear consecutivelyflag-order-fixesDan Nicholson2012-12-042-9/+12
| * Output -l and other Libs flags in the order they appearDan Nicholson2012-12-044-24/+23
| * Output -L Libs flags before other Libs flagsDan Nicholson2012-12-046-19/+19
| * Sort -other Libs and Cflags by package order instead of path orderDan Nicholson2012-12-042-10/+10
* | Fix handling of --print/silence-errors for all output optionsDan Nicholson2012-12-111-2/+2
* | Enforce that only the first --atleast/exact/max-version option honoredDan Nicholson2012-12-111-0/+5
* | Imply --exists when --atleast/exact/max-version passedDan Nicholson2012-12-112-18/+24
* | Explicitly set --exists as the default optionDan Nicholson2012-12-111-3/+3
* | Enforce exclusive output optionsDan Nicholson2012-12-111-0/+15
* | Fix hardcoded version if check-debugDan Nicholson2012-12-111-1/+1
* | Allow ~ through unescapedMichaƂ Sawicz2012-12-083-2/+22
|/
* Start from end of package lists when processing RequiresDan Nicholson2012-12-033-19/+14
* Remove duplicate packages after resolving requiresDan Nicholson2012-12-032-5/+3
* Always use --static test results for indirect depencency resultsDan Nicholson2012-11-294-25/+31
* Add a gtk testcase to provide something with complex interactionsDan Nicholson2012-11-2828-2/+406
* Test stripping of duplicate flagsDan Nicholson2012-11-284-1/+40
* Test ordering of flags based on package depth and pathDan Nicholson2012-11-2811-1/+301