summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Expand)AuthorFilesLines
2017-03-20pkg: Check INCLUDE environment variable for MSVCDan Nicholson1-2/+21
2017-03-20check: Add test for system flags pruningDan Nicholson3-0/+59
2017-03-20Respect sysroot for -isystem and -idirafterDan Nicholson2-2/+2
2017-03-20check: Include special-flags in sysroot testDan Nicholson1-0/+6
2017-03-20check: Add more flags to the special-flags testDan Nicholson2-4/+4
2016-08-30Don't override empty prefix settingDan Nicholson3-0/+18
2016-08-22Improve performance of package list expansionMatthew Hanna14-0/+176
2016-02-26check: More thoroughly test variable usageDan Nicholson4-1/+38
2016-02-26Revert "Unquote values of requested variables"Dan Nicholson1-4/+0
2016-01-29Also match -Wl,-framework for OSX frameworkDan Nicholson2-2/+2
2016-01-29Allow overriding package variables with env varsAlexander Larsson2-1/+38
2015-02-21Fix relocatable test in wineDan Nicholson1-2/+2
2015-02-21Sort --print-variables outputDan Nicholson1-3/+3
2014-12-09check: Test that the pcfiledir variable is output correctlyDan Nicholson1-5/+14
2014-12-09Handle pcfiledir variable like normal variableDan Nicholson1-2/+3
2013-12-14Ensure -isystem Cflags not compressed like -IDan Nicholson2-2/+2
2013-12-14check: Rework dirafter test to handle all special casesDan Nicholson4-14/+16
2013-09-15Unquote values of requested variablesMarek Kasik1-0/+4
2013-05-31check: Convert paths to Windows format when using --define-prefixDan Nicholson1-0/+8
2013-05-22check: Make relocatable script executableDan Nicholson1-0/+0
2013-05-17Allow errors in .pc files for --list-allDan Nicholson3-2/+8
2013-05-17Silence errors by default with --list-allDan Nicholson1-2/+2
2013-05-17check: Test relocatable featuresDan Nicholson5-2/+68
2013-05-17check: Define all useful build directories in config.shDan Nicholson1-0/+5
2013-04-20check: Make check-tilde executable like all other test scriptsDan Nicholson1-0/+0
2013-04-09Run cmd through Wine when availableDan Nicholson2-1/+2
2013-04-09Substitute TESTS_PKG_CONFIG from configureDan Nicholson1-1/+0
2013-04-09Adjust PKG_CONFIG_PATH for tests correctly on WindowsDan Nicholson1-2/+3
2013-04-09Mangle expected sysroot output to match MSYS shellDan Nicholson1-2/+7
2013-04-09Adjust expected path for native Windows testDan Nicholson2-8/+23
2013-01-23Fix srcdir != builddir error in check-debugDan Nicholson1-1/+1
2013-01-22Merge branch 'flag-order-fixes'Dan Nicholson6-38/+40
2012-12-11Fix handling of --print/silence-errors for all output optionsDan Nicholson1-2/+2
2012-12-11Enforce that only the first --atleast/exact/max-version option honoredDan Nicholson1-0/+5
2012-12-11Imply --exists when --atleast/exact/max-version passedDan Nicholson2-18/+24
2012-12-11Explicitly set --exists as the default optionDan Nicholson1-3/+3
2012-12-11Enforce exclusive output optionsDan Nicholson1-0/+15
2012-12-11Fix hardcoded version if check-debugDan Nicholson1-1/+1
2012-12-08Allow ~ through unescapedMichaƂ Sawicz3-2/+22
2012-12-04Only strip duplicate arguments when they appear consecutivelyDan Nicholson2-9/+12
2012-12-04Output -l and other Libs flags in the order they appearDan Nicholson4-24/+23
2012-12-04Output -L Libs flags before other Libs flagsDan Nicholson6-19/+19
2012-12-04Sort -other Libs and Cflags by package order instead of path orderDan Nicholson2-10/+10
2012-12-03Start from end of package lists when processing RequiresDan Nicholson3-19/+14
2012-12-03Remove duplicate packages after resolving requiresDan Nicholson2-5/+3
2012-11-29Always use --static test results for indirect depencency resultsDan Nicholson4-25/+31
2012-11-28Add a gtk testcase to provide something with complex interactionsDan Nicholson28-2/+406
2012-11-28Test stripping of duplicate flagsDan Nicholson4-1/+40
2012-11-28Test ordering of flags based on package depth and pathDan Nicholson11-1/+301
2012-11-03Allow all combinations of --cflags and --libs variantsDan Nicholson4-0/+108