summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* mtest: Generate a JUnit xml result fileDylan Baker2020-04-231-0/+25
* Merge pull request #6816 from dcbaker/framework-matrixJussi Pakkanen2020-04-211-0/+26
|\
| * Add a json schema for the test.json used in testsDylan Baker2020-04-171-0/+26
* | Compiler options per langJohn Ericson2020-04-201-8/+7
* | interpreter: Correctly ignore def files in build directoryXavier Claessens2020-04-171-0/+28
|/
* wrap: Add fallback urlsXavier Claessens2020-04-131-2/+4
* cmake: support cmake config file syntax (#6917)dabrain342020-04-101-1/+49
* Rename test dir names with dircondenser.py.Jussi Pakkanen2020-04-051-2/+2
* qt dependency: Pick debug libraries based on b_vscrtCerbero2020-04-051-0/+27
* Revert "Naturally use env vars a bit more to match Autoconf"Jussi Pakkanen2020-03-231-2/+3
* Naturally use env vars a bit more to match AutoconfJohn Ericson2020-03-231-3/+2
* Fix legacy env var support with crossJohn Ericson2020-03-231-1/+26
* Fix linker evn var testsJohn Ericson2020-03-231-2/+12
* Do not try to mix gcc with link.exe.Jussi Pakkanen2020-03-221-0/+2
* envconfig: Make compiler and linker environment variables matchDylan Baker2020-03-171-16/+30
* unittests: Add tests for overriding D linker languageDylan Baker2020-03-121-0/+14
* run_unittests: Use skip_if_not_language for linker testsDylan Baker2020-03-121-2/+5
* coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan2020-03-111-3/+4
* coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan2020-03-111-0/+8
* coredata: Set default options as cmdline args that override each otherNirbheek Chauhan2020-03-111-0/+18
* Fix introspection of symlink targets on macOS.Jussi Pakkanen2020-03-091-13/+33
* Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen2020-03-081-12/+16
|\
| * remove ability to pass multiple keys to extract_as_listDylan Baker2020-03-051-4/+2
| * mesonlib: Replace unholder argument to listifyDylan Baker2020-03-051-9/+15
* | update test_templatesMichael2020-03-081-0/+5
* | update test_templates to add dlang and find rustMichael2020-03-081-1/+7
* | intro: List symlinks in installdata (fixes #6734)Daniel Mensinger2020-03-081-0/+26
* | override_dependency: Add failure testsXavier Claessens2020-03-061-0/+11
* | Simplify dependency() fallbackXavier Claessens2020-03-061-2/+8
* | Add meson.override_dependency()Xavier Claessens2020-03-061-2/+2
|/
* unit tests: Test the buildtype table in the docsNirbheek Chauhan2020-03-051-0/+23
* unit tests: Rewrite documentation table parsing codeNirbheek Chauhan2020-03-051-32/+44
* mesonbuild: Add mcompile commandDylan Baker2020-03-041-0/+15
* types: Annotate ast/interpreter.pyDaniel Mensinger2020-03-021-1/+1
* Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen2020-03-011-2/+3
|\
| * summary: Add more info in Subprojects sectionXavier Claessens2020-02-261-1/+1
| * summary: Add list_sep keyword argumentXavier Claessens2020-02-261-1/+2
* | Extend unit test to cover cwd-relative warning location formattingJon Turney2020-02-281-0/+14
* | Add unit test of cwd-relative error location formattingJon Turney2020-02-281-3/+34
* | Fix python2 rename (#6703)Dylan Baker2020-02-271-11/+16
|/
* Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen2020-02-231-7/+75
|\
| * symbolextractor: Add support for Cygwinnirbheek/implement-symbolextractor-windowsNirbheek Chauhan2020-02-221-3/+1
| * symbolextractor: Add a Windows implementationNirbheek Chauhan2020-02-221-0/+2
| * unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan2020-02-221-2/+32
| * unit tests: Add a test for reconfigure causing no-op buildNirbheek Chauhan2020-02-221-0/+37
| * unit tests: Make assertBuildNoOp check stricterNirbheek Chauhan2020-02-221-5/+5
| * unit tests: Skip if pkg-config is not foundNirbheek Chauhan2020-02-221-0/+1
* | Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen2020-02-211-1/+5
|\ \
| * | macOS: Remove more unused linkerlike argsnirbheek/strip-more-unused-linkerlike-argsNirbheek Chauhan2020-02-211-0/+5
| * | unit tests: Remove an unused variableNirbheek Chauhan2020-02-211-1/+0
| |/