summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2017-02-18ninja: Delete output static lib before calling `ar`Nirbheek Chauhan
2017-02-18Add unit tests related to absolute prefixesNirbheek Chauhan
2017-02-17custom_target: Recursively flatten `command:`Nirbheek Chauhan
2017-02-09tests/common/95: Add a test for #1368Nirbheek Chauhan
2017-02-05tests/common/134: Rename copy.py to copyfile.pyNirbheek Chauhan
2017-02-04test cases\common\135 generated assembly: rename copy.pyMike Sinkovsky
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen
2017-01-28Use CompilerArgs for generation of compile commandsNirbheek Chauhan
2017-01-28tests/common/117: Check that capturing wrote to a fileNirbheek Chauhan
2017-01-28tests: Move build-by-default unit test to common testsNirbheek Chauhan
2017-01-28tests: build_by_default : false targets used in tests should be builtTim-Philipp Müller
2017-01-26interpreter: Implement array.get(index, fallback)Nirbheek Chauhan
2017-01-26Merge pull request #1328 from centricular/has-function-prefixJussi Pakkanen
2017-01-26compilers: Don't run built-in checks on MSVCNirbheek Chauhan
2017-01-26compilers: Fix has_function check for builtinsNirbheek Chauhan
2017-01-26compilers: Fix builtin checks with clang on LinuxNirbheek Chauhan
2017-01-25Use Python3 explicitly on this test because shutil.which does not exist on Py...Jussi Pakkanen
2017-01-23Merge pull request #1302 from centricular/install-modeJussi Pakkanen
2017-01-23No longer require a binary called python3 on Windows. The default name is "py...Jussi Pakkanen
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan
2017-01-21Add test for generated assemblyNirbheek Chauhan
2017-01-20Add a test for generated LLVM IR filesNirbheek Chauhan
2017-01-15Can use targets directly in test arguments.Jussi Pakkanen
2017-01-15Merge pull request #1257 from QuLogic/generator-filesJussi Pakkanen
2017-01-15tests/common/126: Also skip unsupported CPUs hereNirbheek Chauhan
2017-01-12Add support for Files passed to generators.Elliott Sales de Andrade
2017-01-06Can get values in ConfigurationData objects.Jussi Pakkanen
2017-01-06Compile asm only on supported cpus. Closes #1287.Jussi Pakkanen
2017-01-04tests/common/94: Set the default C++ std to C++11Nirbheek Chauhan
2017-01-04icc: Fix C/C++ std options and add a unit test for themNirbheek Chauhan
2017-01-04Add a new test for depfile generation with spacesNirbheek Chauhan
2017-01-04tests/common/25: Remove spaces in exe nameNirbheek Chauhan
2017-01-01style: fix E226 violationsIgor Gnatenko
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen
2016-12-20Make cross tests use same framework as regular tests.Jussi Pakkanen
2016-12-20Minimal fixes to make tests pass when cross compiling.Jussi Pakkanen
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-12-18custom_target: Make directory outputs installableNirbheek Chauhan
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan
2016-12-18Merge pull request #1207 from centricular/has-header-preprocess-onlyJussi Pakkanen
2016-12-18tests/125 shared module: Run with the VS backendNirbheek Chauhan
2016-12-18has_header: Don't compile, only preprocessNirbheek Chauhan
2016-12-13Only add build dir inlude directives if the corresponding dir exists. Closes ...Jussi Pakkanen
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan
2016-12-13Test extracting static objects into a shared libraryNirbheek Chauhan
2016-12-13Add test for cc.symbols_have_underscore_prefixNirbheek Chauhan