aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen8-3/+83
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 Chauhan4-0/+39
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-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-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 #1257 from QuLogic/generator-filesJussi Pakkanen7-0/+49
2017-01-15tests/common/126: Also skip unsupported CPUs hereNirbheek Chauhan1-5/+10
2017-01-12Add support for Files passed to generators.Elliott Sales de Andrade7-0/+49
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-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-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-01style: fix E226 violationsIgor Gnatenko2-2/+2
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen9-10/+6
2016-12-20Make cross tests use same framework as regular tests.Jussi Pakkanen2-4/+4
2016-12-20Minimal fixes to make tests pass when cross compiling.Jussi Pakkanen5-14/+23
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan4-0/+18
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko2-2/+0
2016-12-19tree-wide: remove unused importsIgor Gnatenko8-8/+6
2016-12-18custom_target: Make directory outputs installableNirbheek Chauhan3-0/+24
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan3-16/+14
2016-12-18Merge pull request #1207 from centricular/has-header-preprocess-onlyJussi Pakkanen1-7/+10
2016-12-18tests/125 shared module: Run with the VS backendNirbheek Chauhan1-4/+0
2016-12-18has_header: Don't compile, only preprocessNirbheek Chauhan1-7/+10
2016-12-13Only add build dir inlude directives if the corresponding dir exists. Closes ...Jussi Pakkanen3-0/+22
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen16-0/+133
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen6-13/+107
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan8-0/+82
2016-12-13Test extracting static objects into a shared libraryNirbheek Chauhan8-0/+51
2016-12-13Add test for cc.symbols_have_underscore_prefixNirbheek Chauhan4-9/+94
2016-12-13tests/common/124: Print an error when square failsNirbheek Chauhan2-4/+13
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade1-0/+9
2016-12-11Test that g++ and Clang++ can compile assemblyNirbheek Chauhan6-0/+61
2016-12-11Add a test for LLVM IR and ASM compilationNirbheek Chauhan8-0/+74
2016-12-10has_function: Fix checking for builtins with includesNirbheek Chauhan1-1/+9
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen4-0/+208