summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan
2018-05-21dict: unit test integer keyMathieu Duponchelle
2018-05-21dict: fix CI issuesMathieu Duponchelle
2018-05-20dict: address review commentsMathieu Duponchelle
2018-05-17Generalize message about fallback failureJon Turney
2018-05-10unit tests: Undo accidental disabling of testNirbheek Chauhan
2018-05-09gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan
2018-05-03python module: Move tests to test cases/unitNirbheek Chauhan
2018-05-03python module: make it work with pypyMathieu Duponchelle
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen
2018-04-27Passing --default-library=both should override project valueXavier Claessens
2018-04-27Passing --bindir twice is fineXavier Claessens
2018-04-27Fix --warnlevel being renamed to --warning-level in latest releaseXavier Claessens
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen
2018-04-25tests: Add the same kind of tests for configure.Dylan Baker
2018-04-25Tests: Add some tests for mixing -Dfoo and --fooDylan Baker
2018-04-23Skip snippet validation if docs dir does not exist.Jussi Pakkanen
2018-04-23Use the correct file path. Not the wrong one.Jussi Pakkanen
2018-04-20regression: pkgconfig module: Fix Fix regression in Requires.private generation.Martin Hostettler
2018-04-18Add a unit test for install_umask.Filipe Brandenburger
2018-04-18Renamed test dirs so numbers are sequential.Jussi Pakkanen
2018-04-17Merge pull request #3240 from MathieuDuponchelle/python_moduleJussi Pakkanen
2018-04-16Add '189 same target name flat layout' testAleksey Filippov
2018-04-16Generate target id based on subdirectory instead of subprojectAleksey Filippov
2018-04-15cross: Add compiler cross_args after normal argsNirbheek Chauhan
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte
2018-04-09[fixup]: Fix python2 detection and unit testMathieu Duponchelle
2018-04-07[fixup]: rename test after rebaseMathieu Duponchelle
2018-04-06[fixup]: Add testMathieu Duponchelle
2018-04-06run_unittests: disable testsetup_selectionMathieu Duponchelle
2018-04-06Implement a generic python moduleMathieu Duponchelle
2018-03-29Merge pull request #3277 from chitranjali/shared-mod-linkJussi Pakkanen
2018-03-29Merge pull request #3322 from sarum9in/run_timeoutJussi Pakkanen
2018-03-29Fixing flake8chitranjali
2018-03-29PR review changes closes #2865chitranjali
2018-03-29fix2865chitranjali
2018-03-26Do not leave open file handlers, use context manager to clean them upAleksey Filippov
2018-03-26Timeout on test subprocesses instead of hanging and failing CI completelyAleksey Filippov
2018-03-25pkgconfig generator: Add required versionXavier Claessens
2018-03-21Add unittests for b_ndebug=if-release and buildtype interactionsAleksey Filippov
2018-03-21Removed some confusing chars from 'spaces and fun'makise-homura
2018-03-21test_reconfigure switched to b_coverage from b_ltomakise-homura
2018-03-20Grab a file lock on the build dir during modifications.Jussi Pakkanen
2018-03-19Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen