aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-09Fix options being reset to default on reconfigureXavier Claessens1-0/+5
2018-06-08Add a unit test for `meson introspect --installed`Nirbheek Chauhan1-0/+3
2018-06-07More clearly explain portability issues with linking to a moduleJon Turney1-2/+5
2018-06-06Add unit test for option precedenceXavier Claessens1-1/+27
2018-06-06Convert args.projectoptions into a dictXavier Claessens1-19/+41
2018-06-06Fix command line unit test not actually testing failure messageXavier Claessens1-8/+9
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens1-13/+13
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens1-1/+1
2018-06-06Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan1-2/+6
2018-06-06Add documentation for Builtin options and bitcodeNirbheek Chauhan1-0/+21
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan1-0/+43
2018-06-06meson introspect: Fix --installed argumentNirbheek Chauhan1-1/+4
2018-06-03Extend test_rc_depends_files test caseJon Turney1-3/+19
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney1-1/+7
2018-06-02Add extended unit test for 'install_mode'Filipe Brandenburger1-0/+33
2018-06-02Check mode of file, not subdirectory, in install_subdir.Filipe Brandenburger1-1/+1
2018-06-01Fix assertRebuiltTarget with VS backendJon Turney1-2/+0
2018-06-01Also run Windows unit tests on CygwinJon Turney1-1/+2
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney1-0/+10
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan1-39/+25
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan1-2/+1
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly1-1/+2
2018-05-30run_unittests: typo fixMartin Kelly1-1/+1
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen1-1/+1
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan1-1/+1
2018-05-21dict: unit test integer keyMathieu Duponchelle1-0/+4
2018-05-21dict: fix CI issuesMathieu Duponchelle1-4/+3
2018-05-20dict: address review commentsMathieu Duponchelle1-0/+11
2018-05-17Generalize message about fallback failureJon Turney1-2/+2
2018-05-10unit tests: Undo accidental disabling of testNirbheek Chauhan1-1/+0
2018-05-09gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan1-2/+16
2018-05-03python module: Move tests to test cases/unitNirbheek Chauhan1-1/+1
2018-05-03python module: make it work with pypyMathieu Duponchelle1-0/+13
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan1-5/+6
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen1-0/+11
2018-04-27Passing --default-library=both should override project valueXavier Claessens1-0/+10
2018-04-27Passing --bindir twice is fineXavier Claessens1-4/+2
2018-04-27Fix --warnlevel being renamed to --warning-level in latest releaseXavier Claessens1-0/+38
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen1-0/+68
2018-04-25tests: Add the same kind of tests for configure.Dylan Baker1-1/+29
2018-04-25Tests: Add some tests for mixing -Dfoo and --fooDylan Baker1-0/+26
2018-04-23Skip snippet validation if docs dir does not exist.Jussi Pakkanen1-0/+1
2018-04-23Use the correct file path. Not the wrong one.Jussi Pakkanen1-1/+1
2018-04-20regression: pkgconfig module: Fix Fix regression in Requires.private generation.Martin Hostettler1-1/+8
2018-04-18Add a unit test for install_umask.Filipe Brandenburger1-0/+68
2018-04-18Renamed test dirs so numbers are sequential.Jussi Pakkanen1-1/+1
2018-04-17Merge pull request #3240 from MathieuDuponchelle/python_moduleJussi Pakkanen1-1/+49
2018-04-16Add '189 same target name flat layout' testAleksey Filippov1-0/+9
2018-04-16Generate target id based on subdirectory instead of subprojectAleksey Filippov1-3/+3
2018-04-15cross: Add compiler cross_args after normal argsNirbheek Chauhan1-2/+21