aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-10-01compilers: make get_optimization_args abstractDylan Baker1-3/+3
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker1-1/+1
2020-09-24compilers/compilers: Fully type annotateDylan Baker1-1/+1
2020-09-18msubprojects: Fix unit tests on WindowsXavier Claessens1-4/+4
2020-09-18msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens1-12/+23
2020-09-18msubprojects: Stop trying to guess subproject typeXavier Claessens1-3/+5
2020-09-18msubprojects: Add basic unit testsXavier Claessens1-2/+165
2020-09-17unittests: mock os.environ before mucking with itDylan Baker1-1/+4
2020-09-17tests: Make monkey patching smarterDylan Baker1-15/+2
2020-09-16linkers: fully type annotate and fix mypy issuesDylan Baker1-2/+2
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens1-0/+10
2020-09-11unit tests: Print total time taken for running testsNirbheek Chauhan1-2/+6
2020-09-11unit tests: Don't use pytest when running single testsNirbheek Chauhan1-10/+31
2020-09-10Split tests out from 'common' which require a native compilerJon Turney1-1/+1
2020-09-09Add a test of add_languages(native:) introspectionJon Turney1-0/+8
2020-09-08Fix picking up tools with args from the env on WindowsNirbheek Chauhan1-2/+18
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini1-0/+18
2020-09-02Special case meson.version().version_compare() statementXavier Claessens1-0/+5
2020-08-30unittests: continue on exception instead of breakJames Hilliard1-1/+1
2020-08-30D: fix include orderPierrick Bouvier1-0/+6
2020-08-27tests: make chdir more robust in run_unittests.pyDaniel Mensinger1-2/+4
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan1-0/+53
2020-08-20Skip nostdlib test on non-x86(_64) platformsmakise-homura1-1/+2
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens1-0/+22
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan1-0/+17
2020-08-12interpreter: Don't force fallback when subproject failed to configureXavier Claessens1-0/+18
2020-08-12Test for spurious warning from get_target_filenamePaolo Bonzini1-0/+8
2020-08-04"Downgrade" warning when regenerating after version bumpZbigniew Jędrzejewski-Szmek1-2/+2
2020-08-04Capitalize some constants in coredataJohn Ericson1-3/+3
2020-08-01run dircondensor.pyDylan Baker1-7/+7
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker1-2/+59
2020-08-01machine-files: deprecate the paths sectionDylan Baker1-0/+34
2020-08-01Allow setting built-in options from cross/native filesDylan Baker1-2/+151
2020-07-30Allow setting project options from cross or native filesDylan Baker1-1/+82
2020-07-30pkgconfig: Fix various corner casesXavier Claessens1-0/+13
2020-07-30backends: fix rpath match patternJames Hilliard1-12/+27
2020-07-28ninjabackend: check if target has compiler attributeMarcel Hollerbach1-1/+19
2020-07-23Merge pull request #7461 from mensinda/noMoreSetuptoolsJussi Pakkanen1-0/+32
2020-07-21summary: Wrap lines when printing listsXavier Claessens1-0/+4
2020-07-20Do not add rpaths for static libs. Closes #5191.Jussi Pakkanen1-0/+7
2020-07-16mdata: Add test to ensure mesondata.py is up-to-dateDaniel Mensinger1-0/+32
2020-07-12Check that hg is actually working.Jussi Pakkanen1-2/+18
2020-07-02Skip doc test when docs are not available.Jussi Pakkanen1-0/+3
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens1-0/+5
2020-06-30Made Commands.md dynamically generated (#7346)TheQwertiest1-86/+19
2020-06-30wrap: Apply patch even in VCS casesXavier Claessens1-0/+19
2020-06-29envconfig: Add [constants] section in machine filesXavier Claessens1-2/+32
2020-06-29Added ability to specify target in `meson compile`TheQwertiest1-9/+59
2020-06-28Added ability to pass arguments to backend in `meson compile`TheQwertiest1-0/+15