summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2020-09-16linkers: fully type annotate and fix mypy issuesDylan Baker
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens
2020-09-11unit tests: Print total time taken for running testsNirbheek Chauhan
2020-09-11unit tests: Don't use pytest when running single testsNirbheek Chauhan
2020-09-10Split tests out from 'common' which require a native compilerJon Turney
2020-09-09Add a test of add_languages(native:) introspectionJon Turney
2020-09-08Fix picking up tools with args from the env on WindowsNirbheek Chauhan
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini
2020-09-02Special case meson.version().version_compare() statementXavier Claessens
2020-08-30unittests: continue on exception instead of breakJames Hilliard
2020-08-30D: fix include orderPierrick Bouvier
2020-08-27tests: make chdir more robust in run_unittests.pyDaniel Mensinger
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan
2020-08-20Skip nostdlib test on non-x86(_64) platformsmakise-homura
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan
2020-08-12interpreter: Don't force fallback when subproject failed to configureXavier Claessens
2020-08-12Test for spurious warning from get_target_filenamePaolo Bonzini
2020-08-04"Downgrade" warning when regenerating after version bumpZbigniew Jędrzejewski-Szmek
2020-08-04Capitalize some constants in coredataJohn Ericson
2020-08-01run dircondensor.pyDylan Baker
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker
2020-08-01machine-files: deprecate the paths sectionDylan Baker
2020-08-01Allow setting built-in options from cross/native filesDylan Baker
2020-07-30Allow setting project options from cross or native filesDylan Baker
2020-07-30pkgconfig: Fix various corner casesXavier Claessens
2020-07-30backends: fix rpath match patternJames Hilliard
2020-07-28ninjabackend: check if target has compiler attributeMarcel Hollerbach
2020-07-23Merge pull request #7461 from mensinda/noMoreSetuptoolsJussi Pakkanen
2020-07-21summary: Wrap lines when printing listsXavier Claessens
2020-07-20Do not add rpaths for static libs. Closes #5191.Jussi Pakkanen
2020-07-16mdata: Add test to ensure mesondata.py is up-to-dateDaniel Mensinger
2020-07-12Check that hg is actually working.Jussi Pakkanen
2020-07-02Skip doc test when docs are not available.Jussi Pakkanen
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens
2020-06-30Made Commands.md dynamically generated (#7346)TheQwertiest
2020-06-30wrap: Apply patch even in VCS casesXavier Claessens
2020-06-29envconfig: Add [constants] section in machine filesXavier Claessens
2020-06-29Added ability to specify target in `meson compile`TheQwertiest
2020-06-28Added ability to pass arguments to backend in `meson compile`TheQwertiest
2020-06-24pkgconfig: Add missing cflags in uninstalled filesXavier Claessens
2020-06-22unittests: Fix 51 ldflagdedup on SolarisAlan Coopersmith
2020-06-22unittests: Fix test_compiler_detection on SolarisAlan Coopersmith
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker
2020-06-17disable coverage tests on msys2Cary Converse
2020-06-17coverage: llvm-cov supportCary Converse
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle
2020-06-15pep8: add missing import, remove unused variableMichael Hirsch
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch