aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen1-2/+3
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler1-0/+49
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler1-0/+21
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell1-0/+14
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte1-0/+6
2018-04-09[fixup]: Fix python2 detection and unit testMathieu Duponchelle1-3/+13
2018-04-07[fixup]: rename test after rebaseMathieu Duponchelle1-1/+1
2018-04-06[fixup]: Add testMathieu Duponchelle1-0/+6
2018-04-06run_unittests: disable testsetup_selectionMathieu Duponchelle1-0/+1
2018-04-06Implement a generic python moduleMathieu Duponchelle1-1/+38
2018-03-29Merge pull request #3277 from chitranjali/shared-mod-linkJussi Pakkanen1-0/+10
2018-03-29Merge pull request #3322 from sarum9in/run_timeoutJussi Pakkanen1-7/+9