The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jussi Pakkanen cdbfed21bc Test for posargs being before kwargs. 10 years ago
..
1 project not first Created new suite of tests that should fail when executed. 11 years ago
2 missing file Check that non-existing source files cause errors. 11 years ago
3 missing subdir Check that missing subdirs cause an error. 11 years ago
4 missing meson.build Check that missing subdirs cause an error. 11 years ago
5 misplaced option Preserve option function for option files. 11 years ago
6 missing incdir After an actual, factual bug report from a user, fixed include_directories so that it checks that the specified directories exist. 11 years ago
7 go to subproject Added failing test. 11 years ago
8 recursive Test for recursive instantiations of subprojects. 11 years ago
9 missing extra file Can specify extra files that show up in IDEs as parts of a target. 11 years ago
10 out of bounds Implement a foreach loop construct. Closes #17. 10 years ago
11 object arithmetic More strict type checking for arithmetic operations. 10 years ago
12 string arithmetic More strict type checking for arithmetic operations. 10 years ago
13 array arithmetic More strict type checking for arithmetic operations. 10 years ago
14 invalid option name Verify that option names do not have invalid characters. 10 years ago
15 kwarg before arg Test for posargs being before kwargs. 10 years ago