aboutsummaryrefslogtreecommitdiff
path: root/unittests/linuxliketests.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-22modules/gnome: make_native_glib_version an instance varDylan Baker1-5/+2
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz1-2/+4
2022-09-13Use os.path.realpath for default include paths testing in -isystem.Yang Bo1-0/+12
2022-08-23install modes should not apply sticky bit to filesEli Schwartz1-5/+5
2022-07-07Fix test case numbers.Jussi Pakkanen1-3/+3
2022-05-06unittests: Skip prelinking test with gcc 8 or olderSimon McVittie1-4/+2
2022-04-30pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* envXavier Claessens1-2/+5
2022-04-30linkers: Add support for mold linkerFini Jastrow1-2/+2
2022-04-12qt dependency: adapt to the qmake command changed nameEli Schwartz1-2/+2
2022-04-03Document and test env vars a bit betterJohn Ericson1-4/+2
2022-03-29Condense test directory names.Jussi Pakkanen1-26/+26
2022-03-22tests/linuxlike: prepend rather than override PKG_CONFIG_PATHDylan Baker1-5/+17
2022-03-22tests/linuxlike: Honor PKG_CONFIG envvarDylan Baker1-14/+16
2022-03-09install: Add --strip optionXavier Claessens1-0/+20
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan1-8/+15
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker1-6/+6
2022-01-10pyupgrade --py37-plusEli Schwartz1-1/+1
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen1-2/+2
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan1-0/+18
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan1-0/+6
2021-10-26unittests: use better assert methodsEli Schwartz1-8/+8
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini1-0/+32
2021-09-29pkgconfig: pkg-configs version<0.29.1 escape variables incorrectlymakise-homura1-1/+2
2021-09-25unittests: Make test_prelinking work on SolarisAlan Coopersmith1-3/+6
2021-08-20unittests: Ensure that symlink is removed after tests completeDylan Baker1-3/+7
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-6/+5
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe1-0/+43
2021-07-26Split run_unittests.py fileXavier Claessens1-0/+1649