aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge remote-tracking branch 'upstream/master' into lang-enumlang-enumJohn Ericson1-161/+1160
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
2020-06-24pkgconfig: Add missing cflags in uninstalled filesXavier Claessens1-2/+3
2020-06-22unittests: Fix 51 ldflagdedup on SolarisAlan Coopersmith1-0/+5
2020-06-22unittests: Fix test_compiler_detection on SolarisAlan Coopersmith1-0/+2
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-12/+8
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-5/+5
2020-06-17disable coverage tests on msys2Cary Converse1-0/+8
2020-06-17coverage: llvm-cov supportCary Converse1-15/+68
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle1-0/+6
2020-06-15pep8: add missing import, remove unused variableMichael Hirsch1-25/+26
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch1-0/+1
2020-06-15environment: fallback regex for versions like 2020.01Michael Hirsch1-4/+10
2020-06-15Added docs for all meson commands + corresponding unit test (#7217)TheQwertiest1-0/+113
2020-06-11unit tests: Pass args to pytestNirbheek Chauhan1-0/+3
2020-06-11compilers: corretify deduplication directionMarcel Hollerbach1-0/+19
2020-06-05run_unittests.py: skip test_internal_include_order for now if forcing respons...Dan Kegel1-0/+3
2020-05-23ast: add unittestDaniel Mensinger1-0/+77
2020-05-22Merge pull request #7123 from dcbaker/use-feature-deprecatedJussi Pakkanen1-11/+8
2020-05-19Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen1-65/+133
2020-05-19Build private directory name from output file name.Jussi Pakkanen1-13/+25
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker1-6/+6
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker1-6/+19
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker1-11/+14
2020-05-18tests: Add tests for cross file exe_wrapperDylan Baker1-2/+52
2020-05-18run_unittests: move cross_file_system_paths to the cross testsDylan Baker1-61/+63
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-3/+89
2020-05-16Let LDFLAGS specify rpath.Dan Kegel1-0/+33
2020-05-16Let .pc files specify rpath.Dan Kegel1-3/+56
2020-05-14run_unittests: Use unittest.mock instead of a handrolled mockDylan Baker1-11/+8
2020-05-14unit tests: Fix broken test_cross_libdir testNirbheek Chauhan1-6/+13