summaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)Author
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen
2018-04-25Tests: Add some tests for mixing -Dfoo and --fooDylan Baker
2018-04-21Don't fail on not-required not-found deps in forcefallback modeNirbheek Chauhan
2018-04-18Add a unit test for install_umask.Filipe Brandenburger
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-07[fixup]: rename test after rebaseMathieu Duponchelle
2018-04-07[fixup]: export symbols explicitlyMathieu Duponchelle
2018-04-06[fixup]: Add testMathieu Duponchelle
2018-03-29Fixing flake8chitranjali
2018-03-29PR review changes closes #2865chitranjali
2018-03-29fix2865chitranjali
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov
2018-03-21Disable b_ndebug tests on MSVCAleksey Filippov
2018-03-21Add unittests for b_ndebug=if-release and buildtype interactionsAleksey Filippov
2018-03-21test_reconfigure switched to b_coverage from b_ltomakise-homura
2018-03-19Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen
2018-03-16Add test for pkgconfig generation and usage.Jussi Pakkanen
2018-03-13Merge pull request #3127 from bluetech/method-permitted-kwargsJussi Pakkanen
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin
2018-02-25Add some test setup selection tests.Hemmo Nieminen
2018-02-23Warn if non-permitted keyword arguments are given to compiler methodsRan Benita
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan
2018-02-18Merge pull request #2863 from jon-turney/exit-status-on-exceptionJussi Pakkanen
2018-02-16Fix subproject prefix handling when checking subproject option validity.Hemmo Nieminen
2018-02-15Add a test case for python exception exit statusJon Turney
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen
2018-01-19Renamed test dir to avoid duplicated numbers.Jussi Pakkanen
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen
2018-01-02Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen
2018-01-01Use location formatting in mlog.warning() for invalid kwarg warningJon Turney
2018-01-01Wire up locations in a couple more warningsJon Turney
2018-01-01intrp: Consolidate subproject dep checking and loggingNirbheek Chauhan
2017-12-30Append warning location to warning output by warning()Jon Turney
2017-12-30Add a test case for location in duplicate kwarg warningJon Turney
2017-12-26Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen
2017-12-26unit tests: Test that relative install_rpath works correctlyNirbheek Chauhan
2017-12-19Warn on unknown command line argumentsDylan Baker
2017-12-17Also promote wrap files.Jussi Pakkanen
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen
2017-12-03dependencies: Convert /c/foo/bar paths to C:/foo/barNirbheek Chauhan
2017-11-29Add new array type optionDylan Baker
2017-11-11dependencies: Use shlex to parse pkg-config cflags and libsNirbheek Chauhan
2017-11-11dependencies: Add a test for static libs with pkg-configNirbheek Chauhan
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen
2017-09-30Moved prebuilt static library under unit tests.Jussi Pakkanen
2017-09-30Moved prebuilt object test under unittests.Jussi Pakkanen
2017-09-15Add test for get_option(b_xxx) on reconfigure.Hristo Venev