summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2021-01-04use the OptionKey type for command line and machine filesDylan Baker
2021-01-04run_unittests: Add fatal-warnings to test_command_lineDylan Baker
2021-01-04run_unittests: make another test inprocess safeDylan Baker
2021-01-04run_unittests: Make test_command_line safe witn inprocessDylan Baker
2020-12-14Merge pull request #8013 from mesonbuild/cppmodulesJussi Pakkanen
2020-12-13Support native tests in crossbuildOleg B
2020-12-13Add unit test.Jussi Pakkanen
2020-12-11unit tests: correctly skip c++20 checks if the compiler doesn't supportDylan Baker
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen
2020-11-24Merge pull request #7982 from dcbaker/submit/unittest-fixupsJussi Pakkanen
2020-11-20use real pathlib moduleDylan Baker
2020-11-20run_unittests: delete test for external syntax highlightingDylan Baker
2020-11-18unittests: ignore nix rpathsDylan Baker
2020-11-16unittests: Simplify and make test_templates more reliableDylan Baker
2020-11-16run_unittests: correctly handle users setting init.defaultBranchDylan Baker
2020-11-16run_unittests: Don't assume things are in /usr/binDylan Baker
2020-11-15stabilize sets that are converted to listsPaolo Bonzini
2020-11-13environment: Fix detection of rust compilers, moreDylan Baker
2020-11-13run_unittests: use textwrap.dedentDylan Baker
2020-11-12Merge pull request #7965 from dcbaker/wip/2020-11/macos-github-actionsJussi Pakkanen
2020-11-12dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier
2020-11-11actions: Add unittests for macosDylan Baker
2020-11-10unittests: Don't try to set alternative linkers for apple-clangDylan Baker
2020-11-03Condense test directory names again.Jussi Pakkanen
2020-11-01interpreter: store correct files for project regenerationDylan Baker
2020-10-19Remove a status message that leaks to stdout.Jussi Pakkanen
2020-10-19In text, betterer grammer usings.Jussi Pakkanen
2020-10-19Add delays to test for timestamp issues on mac.Jussi Pakkanen
2020-10-17pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens
2020-10-16Subprojects should not inherit parent overrideXavier Claessens
2020-10-16Machine file pkg_config_path overrides environmentXavier Claessens
2020-10-16Fix consistency in variables kwargXavier Claessens
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger
2020-10-13wrap: Add 'redirect' type and use it when auto promoteXavier Claessens
2020-10-13Merge wraps from subprojects into wraps from main projectXavier Claessens
2020-10-13cmake: Add cross compilation supportDaniel Mensinger
2020-10-13msubprojects: Handle wrap-file to wrap-git caseXavier Claessens
2020-10-05options: Handle updates to choices in optionsDylan Baker
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse
2020-10-05machinefiles: Allow keys to be stored case insensitiveDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-01compilers: make get_optimization_args abstractDylan Baker
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker
2020-09-24compilers/compilers: Fully type annotateDylan Baker
2020-09-18msubprojects: Fix unit tests on WindowsXavier Claessens
2020-09-18msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens
2020-09-18msubprojects: Stop trying to guess subproject typeXavier Claessens
2020-09-18msubprojects: Add basic unit testsXavier Claessens
2020-09-17unittests: mock os.environ before mucking with itDylan Baker
2020-09-17tests: Make monkey patching smarterDylan Baker