summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix various small test failures on macOSnirbheek/fix-dependency-exceptionNirbheek Chauhan2018-08-201-1/+10
* Condense test dirs.Jussi Pakkanen2018-08-191-43/+43
* Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen2018-08-181-6/+16
|\
| * unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (TreviƱo)2018-08-171-6/+16
* | Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-181-0/+35
* | wraptool: fix manual selection of wrap file to promoteDaniel Pirch2018-08-171-0/+17
|/
* install_subdir: Also copy dangling symlinksNirbheek Chauhan2018-08-151-0/+26
* Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen2018-08-111-1/+7
|\
| * Try appleclang 9.1 for both c++17 and c++2aZachary Michaels2018-08-091-2/+2
| * Don't test for c++2a on gcc versions that don't support itZachary Michaels2018-08-091-0/+2
| * Add support for c++2a and gnu++2aZachary Michaels2018-08-091-0/+4
* | Fix FeatureNew false positive in vcs_tagNirbheek Chauhan2018-08-111-0/+10
* | Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan2018-08-111-7/+7
|\ \
| * | Update a unit test which relies on specific dependency check outputJon Turney2018-08-011-7/+7
* | | PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan2018-08-111-2/+23
| |/ |/|
* | PkgConfigDependency: Fix library path search orderNirbheek Chauhan2018-08-081-0/+44
* | Test that vim syntax highlighting is up-to-dateNirbheek Chauhan2018-08-071-74/+95
* | Merge pull request #3945 from mesonbuild/dircondenserJussi Pakkanen2018-08-041-47/+47
|\ \ | |/ |/|
| * Condense test dirs.Jussi Pakkanen2018-07-311-47/+47
* | Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen2018-07-311-7/+58
|\ \ | |/ |/|
| * cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-091-7/+58
* | Move test from common to unit.Rafael Ɓvila de Espƭndola2018-07-271-1/+1
* | Make the rpath order deterministic. (#3932)Rafael Ɓvila de Espƭndola2018-07-251-0/+19
* | Make the dependency order deterministic. (#3927)Rafael Ɓvila de Espƭndola2018-07-221-0/+13
* | Merge pull request #3814 from behlec/configure-file-outputJussi Pakkanen2018-07-191-0/+4
|\ \
| * | Fix regexp for warningChristoph Behle2018-07-091-2/+2
| * | Add tests for warnings in configure_file()Christoph Behle2018-07-081-0/+4
| |/
* | find_library: Validate and sort globbed shared library filesNirbheek Chauhan2018-07-101-4/+20
* | Fix directory verification. Closes #3857.Jussi Pakkanen2018-07-091-0/+18
* | Fix searching of shared libraries on OpenBSD (#3851)Nirbheek Chauhan2018-07-091-1/+90
* | Document options for mesonChristoph Behle2018-07-081-0/+15
|/
* Raise a MesonException when substituting an invalid valueNirbheek Chauhan2018-07-071-0/+1
* run_unittests.py: Test that empty cdata subst are actually doneNirbheek Chauhan2018-07-051-0/+4
* configure_file: Don't optimize away substitutionsNirbheek Chauhan2018-07-041-1/+12
* FeatureNew: Make all checks subproject-specificNirbheek Chauhan2018-07-021-0/+20
* Add some tests for FeatureNewMathieu Duponchelle2018-07-021-8/+33
* Don't let build_always take precedence over build_by_default (#3816)Andrei Alexeyev2018-07-011-5/+11
* Allow command lists for find_program cross file overridesNirbheek Chauhan2018-07-011-2/+3
* Options: treat array option -Dopt= and -Dopt=[] as equivalentDylan Baker2018-06-291-0/+20
* Validate cpu_family (#3753)Ross Burton2018-06-201-0/+19
* Downgrade unknown option from exception to warningXavier Claessens2018-06-191-5/+3
* meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan2018-06-181-2/+15
* unittests: Assert that we have pkg-config on all CINirbheek Chauhan2018-06-181-5/+12
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-181-7/+20
* Test that binaries that use external libraries workNirbheek Chauhan2018-06-181-13/+52
* Fix options being reset to default on reconfigureXavier Claessens2018-06-091-0/+5
* Add a unit test for `meson introspect --installed`Nirbheek Chauhan2018-06-081-0/+3
* More clearly explain portability issues with linking to a moduleJon Turney2018-06-071-2/+5
* Add unit test for option precedenceXavier Claessens2018-06-061-1/+27
* Convert args.projectoptions into a dictXavier Claessens2018-06-061-19/+41