aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-12-29Move option file parsing to after the project() inputs have been decoded to a...Jussi Pakkanen2-0/+12
2016-12-28Add include_directories to windows.compile_resources.Elliott Sales de Andrade3-2/+7
2016-12-23Can specify include directories to compiler tests.Jussi Pakkanen2-0/+23
2016-12-23Add get_version() method to all dependenciesNirbheek Chauhan1-0/+7
2016-12-22Add an installed soname unit testNirbheek Chauhan1-2/+6
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen10-11/+6
2016-12-20Add per target argument for Fortran.Jussi Pakkanen1-1/+4
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 Gnatenko9-9/+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 #1210 from centricular/qt-fixes-windowsJussi Pakkanen1-0/+3
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-18Qt: Allow passing a name arg to preprocess()Nirbheek Chauhan1-0/+3
2016-12-18has_header: Don't compile, only preprocessNirbheek Chauhan1-7/+10
2016-12-15Merge pull request #1194 from centricular/critical-bugfixes-valaJussi Pakkanen16-0/+236
2016-12-16tests/vala/14: Disable running of GTK+ testNirbheek Chauhan1-1/+2
2016-12-15Add a test that uses hand-written vapi filesNirbheek Chauhan3-0/+23
2016-12-15Test target glib version and gresources in ValaNirbheek Chauhan5-0/+76
2016-12-15Add a testcase for 'Duplicate outputs' bugSam Thursfield8-0/+136
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