aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-29Fixing flake8chitranjali1-2/+2
2018-03-29PR review changes closes #2865chitranjali1-6/+5
2018-03-29fix2865chitranjali1-0/+11
2018-03-26Do not leave open file handlers, use context manager to clean them upAleksey Filippov1-6/+9
2018-03-26Timeout on test subprocesses instead of hanging and failing CI completelyAleksey Filippov1-7/+9
2018-03-25pkgconfig generator: Add required versionXavier Claessens1-7/+7
2018-03-21Add unittests for b_ndebug=if-release and buildtype interactionsAleksey Filippov1-0/+14
2018-03-21Removed some confusing chars from 'spaces and fun'makise-homura1-1/+2
2018-03-21test_reconfigure switched to b_coverage from b_ltomakise-homura1-1/+1
2018-03-20Grab a file lock on the build dir during modifications.Jussi Pakkanen1-0/+13
2018-03-19Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen1-3/+41
2018-03-19Fix existing tests.Jussi Pakkanen1-2/+9
2018-03-17Do not leak out private dependencies for shared libraries.Jussi Pakkanen1-0/+7
2018-03-16Add test for pkgconfig generation and usage.Jussi Pakkanen1-2/+26
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov1-2/+15
2018-03-13Merge pull request #3127 from bluetech/method-permitted-kwargsJussi Pakkanen1-0/+10
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen1-3/+4
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-2/+2
2018-03-12Merge pull request #3131 from sarum9in/pkgconfigJussi Pakkanen1-0/+8
2018-03-12Fix typo preventing soname unit tests from runningJon Turney1-1/+1
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin1-0/+8
2018-03-06Verify that snippets conform to expected format.Jussi Pakkanen1-1/+15
2018-03-06Merge pull request #3165 from jon-turney/run-unittestsJussi Pakkanen1-8/+31
2018-03-06Generate meson.build based on existing source files when meson init is run in...Jukka Laurila1-0/+3
2018-03-05Enable linux-like unit tests on all posix-like platformsJon Turney1-3/+29
2018-03-04Invoke 'qmake --version' correctly in test_qt5dependency_qmake_detectionJon Turney1-5/+2