aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen9-16/+68
2017-01-28Use CompilerArgs for generation of compile commandsNirbheek Chauhan12-0/+62
2017-01-28tests/common/117: Check that capturing wrote to a fileNirbheek Chauhan1-3/+12
2017-01-28tests: Move build-by-default unit test to common testsNirbheek Chauhan5-13/+24
2017-01-28tests: build_by_default : false targets used in tests should be builtTim-Philipp Müller3-0/+32
2017-01-26interpreter: Implement array.get(index, fallback)Nirbheek Chauhan1-2/+6
2017-01-26Merge pull request #1328 from centricular/has-function-prefixJussi Pakkanen1-6/+32
2017-01-26compilers: Don't run built-in checks on MSVCNirbheek Chauhan1-0/+5
2017-01-26compilers: Fix has_function check for builtinsNirbheek Chauhan1-6/+23
2017-01-26compilers: Fix builtin checks with clang on LinuxNirbheek Chauhan1-1/+5
2017-01-25Use Python3 explicitly on this test because shutil.which does not exist on Py...Jussi Pakkanen1-2/+3
2017-01-23Merge pull request #1302 from centricular/install-modeJussi Pakkanen5-4/+19
2017-01-23Better error message when using = rather than : for defining keywords.Jussi Pakkanen3-0/+10
2017-01-23No longer require a binary called python3 on Windows. The default name is "py...Jussi Pakkanen34-37/+69
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan5-4/+19
2017-01-23Merge pull request #1320 from centricular/fix-llvmir-and-assemblyJussi Pakkanen12-1/+199
2017-01-23Force installation dir options to be inside prefixNirbheek Chauhan2-0/+4
2017-01-21tests/4 qt: Force the use of -std=c++11Nirbheek Chauhan1-1/+3
2017-01-21Add test for generated assemblyNirbheek Chauhan7-0/+148
2017-01-20Add a test for generated LLVM IR filesNirbheek Chauhan4-0/+48
2017-01-15Can use targets directly in test arguments.Jussi Pakkanen1-1/+1
2017-01-15Merge pull request #1303 from mesonbuild/buildonallJussi Pakkanen4-0/+28
2017-01-15build_by_default it is.Jussi Pakkanen4-2/+2
2017-01-15Merge pull request #1257 from QuLogic/generator-filesJussi Pakkanen7-0/+49
2017-01-15tests/common/126: Also skip unsupported CPUs hereNirbheek Chauhan1-5/+10
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-12Add support for Files passed to generators.Elliott Sales de Andrade7-0/+49
2017-01-09Add .find_python() method. Supersedes #777.Jussi Pakkanen5-16/+10
2017-01-09Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen4-16/+6
2017-01-09Merge pull request #1278 from mesonbuild/newmodulesJussi Pakkanen1-5/+6
2017-01-09Fix Gnome module.Jussi Pakkanen1-5/+6
2017-01-06Can get values in ConfigurationData objects.Jussi Pakkanen1-0/+4
2017-01-06Compile asm only on supported cpus. Closes #1287.Jussi Pakkanen1-1/+8
2017-01-03Merge pull request #1260 from mesonbuild/subproj_defaultsJussi Pakkanen4-0/+31
2017-01-04ifort: Derive from IntelCompiler base classNirbheek Chauhan11-6/+6
2017-01-04tests/common/94: Set the default C++ std to C++11Nirbheek Chauhan1-4/+4
2017-01-04icc: Fix C/C++ std options and add a unit test for themNirbheek Chauhan2-0/+11
2017-01-04tests: Use the new test skipping facility everywhereNirbheek Chauhan6-38/+35
2017-01-04Skip a few tests properlyNirbheek Chauhan2-9/+6
2017-01-04Add a new test for depfile generation with spacesNirbheek Chauhan2-0/+15
2017-01-04tests/common/25: Remove spaces in exe nameNirbheek Chauhan1-2/+2
2017-01-04test/7 gnome: Fix on ICC and suppress a warningNirbheek Chauhan3-7/+18
2017-01-04tests/failing build/1: Fix test with ICCNirbheek Chauhan1-0/+2
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
2017-01-01style: fix E226 violationsIgor Gnatenko2-2/+2
2016-12-29Can override project option default values in subproject().Jussi Pakkanen3-1/+6
2016-12-29Can set project options (but not global options) in subproject default options.Jussi Pakkanen3-0/+14