aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Join() convenience method for strings. Closes #552.Jussi Pakkanen1-0/+4
2016-05-04tests/common/43: Better, more descriptive error messagesNirbheek Chauhan1-6/+6
2016-04-13Merge pull request #490 from centricular/has_function_linkJussi Pakkanen2-0/+42
2016-04-09Strip leading source tree dir name from install files if it exists.Jussi Pakkanen3-0/+8
2016-04-07Improve cc.has_function() check to not require any includes and detect stubsTim-Philipp Müller1-0/+24
2016-04-07New API: cc.has_header_symbol to check if a header defines a specific symbolNirbheek Chauhan1-0/+18
2016-03-30And private libraries.Jussi Pakkanen1-0/+1
2016-03-30Can set requires manually into generated pc files.Jussi Pakkanen1-1/+3
2016-03-24add test for extracting two objects with the same source file nameNicolas Schneider4-0/+18
2016-03-20Merge pull request #464 from tp-m/bool-to-string-and-to-intJussi Pakkanen2-0/+9
2016-03-19Add bool to_string() and to_int() methodsTim-Philipp Müller2-0/+9
2016-03-19Add += support for strings and integersTim-Philipp Müller1-0/+25
2016-03-14Merge test framework options.Jussi Pakkanen3-0/+12
2016-03-13test24: check that a target extra_arg is not applied to other targetsNicolas Schneider3-0/+24
2016-03-12Use assert instead of if/error.Jussi Pakkanen1-51/+17
2016-03-12enhance test framework to read meson arguments from a file per testNicolas Schneider3-0/+12
2016-03-12Add string underscorify() functionTim-Philipp Müller1-0/+13
2016-03-12Add more string functions: contains(), to_upper() and to_lower()Tim-Philipp Müller1-0/+24
2016-03-03fix test error messageNicolas Schneider1-1/+1
2016-03-03pass meson source and build dirs as env variables for postconf scriptsNicolas Schneider2-4/+4
2016-03-02use positional instead of keyword args for add_postconf_scriptNicolas Schneider1-1/+1
2016-03-01add args support for add_postconf_scriptNicolas Schneider4-0/+24
2016-03-01Can add postconfigure script.Nicolas Schneider4-0/+22
2016-02-29Can specify compile and link args for internal deps.Jussi Pakkanen3-1/+11
2016-02-29Handle built targets in custom rules. Closes #411.Jussi Pakkanen4-0/+23
2016-02-25Merge VS2010 path fix branch.Jussi Pakkanen6-0/+26
2016-02-24vs2010: fix target_to_build_root methodNicolas Schneider6-0/+26
2016-02-23fix 'object generator' test case for ninjaNicolas Schneider1-1/+1
2016-02-21Only support Python 3.Jussi Pakkanen1-5/+3
2016-02-18Add a test for getting the path of a found programNirbheek Chauhan2-0/+14
2016-01-25Can add languages only if they are available. Closes #365.Jussi Pakkanen1-1/+2
2016-01-25More comparison operators. Closes #363.Jussi Pakkanen1-0/+12
2016-01-25String to int conversion. Closes #362.Jussi Pakkanen1-0/+2
2016-01-23Better error message when failing to run install script. Closes #361.Jussi Pakkanen1-0/+2
2016-01-12Print output of failed tests. Closes ##347.Jussi Pakkanen1-1/+4
2016-01-02By default do not specify language version but instead use the compiler's def...Jussi Pakkanen1-1/+2
2016-01-02Forbid backslashes on compiler command lines. It is unfortunately the only re...Jussi Pakkanen4-13/+13
2016-01-02Added test to check that backslashes are passed properly through the pipeline.Jussi Pakkanen2-0/+13
2015-12-28Fix manygen to work with msvc.Jussi Pakkanen2-17/+34
2015-12-28Fix path generation so generations in subdirs work.Jussi Pakkanen4-7/+8
2015-12-28Handle custom targets that produce static libraries that are then linked to o...Jussi Pakkanen4-0/+92
2015-12-27Fixed some tests for new stricter options and OSX.Jussi Pakkanen2-11/+14
2015-12-27Fixing threading problems by reordering lines at random. It is the only true ...Jussi Pakkanen1-2/+2
2015-12-25Test threads with both C and C++.Jussi Pakkanen2-4/+52
2015-12-25Made thread test work on Windows.Jussi Pakkanen1-0/+29
2015-12-25Added explicit thread dependency.Jussi Pakkanen2-0/+21
2015-12-23Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen1-2/+10
2015-12-10A test can be part of multiple suites.Jussi Pakkanen1-1/+1
2015-12-09Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen6-0/+40
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen2-0/+18