summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* Merge wraps from subprojects into wraps from main projectXavier Claessens2020-10-131-4/+14
* cmake: Add cross compilation supportDaniel Mensinger2020-10-131-0/+1
* msubprojects: Handle wrap-file to wrap-git caseXavier Claessens2020-10-131-0/+14
* options: Handle updates to choices in optionsDylan Baker2020-10-051-0/+40
* Never run clang-format / clang-tidy against directoriesBernd Busse2020-10-051-0/+2
* machinefiles: Allow keys to be stored case insensitiveDylan Baker2020-10-051-1/+3
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* compilers: make get_optimization_args abstractDylan Baker2020-10-011-3/+3
* compilers/mixins/clike: fix mypy issuesDylan Baker2020-09-241-1/+1
* compilers/compilers: Fully type annotateDylan Baker2020-09-241-1/+1
* msubprojects: Fix unit tests on WindowsXavier Claessens2020-09-181-4/+4
* msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens2020-09-181-12/+23
* msubprojects: Stop trying to guess subproject typeXavier Claessens2020-09-181-3/+5
* msubprojects: Add basic unit testsXavier Claessens2020-09-181-2/+165
* unittests: mock os.environ before mucking with itDylan Baker2020-09-171-1/+4
* tests: Make monkey patching smarterDylan Baker2020-09-171-15/+2
* linkers: fully type annotate and fix mypy issuesDylan Baker2020-09-161-2/+2
* InternalDependency: Add as_link_whole() methodXavier Claessens2020-09-141-0/+10
* unit tests: Print total time taken for running testsNirbheek Chauhan2020-09-111-2/+6
* unit tests: Don't use pytest when running single testsNirbheek Chauhan2020-09-111-10/+31
* Split tests out from 'common' which require a native compilerJon Turney2020-09-101-1/+1
* Add a test of add_languages(native:) introspectionJon Turney2020-09-091-0/+8
* Fix picking up tools with args from the env on WindowsNirbheek Chauhan2020-09-081-2/+18
* introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2020-09-041-0/+18
* Special case meson.version().version_compare() statementXavier Claessens2020-09-021-0/+5
* unittests: continue on exception instead of breakJames Hilliard2020-08-301-1/+1
* D: fix include orderPierrick Bouvier2020-08-301-0/+6
* tests: make chdir more robust in run_unittests.pyDaniel Mensinger2020-08-271-2/+4
* Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan2020-08-271-0/+53
* Skip nostdlib test on non-x86(_64) platformsmakise-homura2020-08-201-1/+2
* Interpreter: Fix c_stdlib usageXavier Claessens2020-08-181-0/+22
* ninjabackend: Fix coverage rule generationNirbheek Chauhan2020-08-151-0/+17
* interpreter: Don't force fallback when subproject failed to configureXavier Claessens2020-08-121-0/+18
* Test for spurious warning from get_target_filenamePaolo Bonzini2020-08-121-0/+8
* "Downgrade" warning when regenerating after version bumpZbigniew Jędrzejewski-Szmek2020-08-041-2/+2
* Capitalize some constants in coredataJohn Ericson2020-08-041-3/+3
* run dircondensor.pyDylan Baker2020-08-011-7/+7
* Put machine file and cmd line parsing in EnvironmentDylan Baker2020-08-011-2/+59
* machine-files: deprecate the paths sectionDylan Baker2020-08-011-0/+34
* Allow setting built-in options from cross/native filesDylan Baker2020-08-011-2/+151
* Allow setting project options from cross or native filesDylan Baker2020-07-301-1/+82
* pkgconfig: Fix various corner casesXavier Claessens2020-07-301-0/+13
* backends: fix rpath match patternJames Hilliard2020-07-301-12/+27
* ninjabackend: check if target has compiler attributeMarcel Hollerbach2020-07-281-1/+19
* Merge pull request #7461 from mensinda/noMoreSetuptoolsJussi Pakkanen2020-07-231-0/+32
|\
| * mdata: Add test to ensure mesondata.py is up-to-dateDaniel Mensinger2020-07-161-0/+32
* | summary: Wrap lines when printing listsXavier Claessens2020-07-211-0/+4
* | Do not add rpaths for static libs. Closes #5191.Jussi Pakkanen2020-07-201-0/+7
|/
* Check that hg is actually working.Jussi Pakkanen2020-07-121-2/+18
* Skip doc test when docs are not available.Jussi Pakkanen2020-07-021-0/+3