aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)AuthorFilesLines
2018-02-25Add some test setup selection tests.Hemmo Nieminen6-0/+29
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan1-0/+1
2018-02-18Merge pull request #2863 from jon-turney/exit-status-on-exceptionJussi Pakkanen1-0/+2
2018-02-16Fix subproject prefix handling when checking subproject option validity.Hemmo Nieminen1-1/+1
2018-02-15Add a test case for python exception exit statusJon Turney1-0/+2
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen2-0/+18
2018-01-19Renamed test dir to avoid duplicated numbers.Jussi Pakkanen9-0/+0
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen2-1/+6
2018-01-02Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen3-0/+19
2018-01-01Use location formatting in mlog.warning() for invalid kwarg warningJon Turney1-1/+1
2018-01-01Wire up locations in a couple more warningsJon Turney2-1/+6
2018-01-01intrp: Consolidate subproject dep checking and loggingNirbheek Chauhan3-0/+19
2017-12-30Append warning location to warning output by warning()Jon Turney2-0/+2
2017-12-30Add a test case for location in duplicate kwarg warningJon Turney8-0/+8
2017-12-26Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen12-0/+51
2017-12-26unit tests: Test that relative install_rpath works correctlyNirbheek Chauhan2-1/+16
2017-12-19Warn on unknown command line argumentsDylan Baker4-0/+63
2017-12-17Also promote wrap files.Jussi Pakkanen1-0/+2
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen11-0/+49
2017-12-03dependencies: Convert /c/foo/bar paths to C:/foo/barNirbheek Chauhan1-1/+15
2017-11-29Add new array type optionDylan Baker2-0/+35
2017-11-11dependencies: Use shlex to parse pkg-config cflags and libsNirbheek Chauhan2-10/+14
2017-11-11dependencies: Add a test for static libs with pkg-configNirbheek Chauhan5-0/+54
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen5-0/+58
2017-09-30Moved prebuilt static library under unit tests.Jussi Pakkanen5-0/+23
2017-09-30Moved prebuilt object test under unittests.Jussi Pakkanen3-0/+38
2017-09-15Add test for get_option(b_xxx) on reconfigure.Hristo Venev1-0/+5
2017-09-06Merge pull request #2236 from trhd/envJussi Pakkanen1-0/+2
2017-09-04Permit overriding find_program from the cross file.Jussi Pakkanen3-0/+22
2017-09-01Add a regression test for test suites.Hemmo Nieminen1-0/+2
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen4-0/+18
2017-06-17Failing test for -D dedupping.Jussi Pakkanen2-0/+20
2017-06-12tests/unit/8: Rename to 9 and add -l flagsNirbheek Chauhan4-2/+2
2017-06-12Created unit test to ensure linker arguments from consecutive dependencies ar...Jussi Pakkanen4-0/+37
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen4-0/+24
2017-04-03Merge pull request #1457 from mesonbuild/overridesJussi Pakkanen4-0/+28
2017-04-02Add test for werror which is a boolean type.Jussi Pakkanen1-2/+4
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen4-0/+26
2017-03-27tests: Fix typo in unit test codeNirbheek Chauhan1-1/+1
2017-02-21Fix compiler exelist in cross-info and the environmentNirbheek Chauhan6-0/+40
2017-02-19unit tests: Test some corner-cases in test setupsNirbheek Chauhan2-2/+6
2017-01-28tests: Move build-by-default unit test to common testsNirbheek Chauhan4-28/+0
2017-01-15build_by_default it is.Jussi Pakkanen4-2/+2
2017-01-15Add test for build_on_all.Jussi Pakkanen4-0/+28
2017-01-13tests: Add a test for new test suite selection.Hemmo Nieminen10-0/+38
2017-01-03Merge pull request #1260 from mesonbuild/subproj_defaultsJussi Pakkanen4-0/+31
2017-01-02Can put external programs to test suite exe wrappers directly.Jussi Pakkanen1-2/+2
2017-01-02Can set envvars in test setups.Jussi Pakkanen2-0/+4
2017-01-02Can specify test setups and run them with mesontest.Jussi Pakkanen4-0/+34
2016-12-29Can override project option default values in subproject().Jussi Pakkanen3-1/+6