..
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
Add support for subscripting array objects with [].
9 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
Allow option values to contain ':'
8 years ago
15 kwarg before arg
Test for posargs being before kwargs.
10 years ago
16 extract from subproject
Fixed broken subdir object extraction and moved tests.
10 years ago
17 same target
Add 'failing/17 same target' test
7 years ago
18 wrong plusassign
Created the += operator.
9 years ago
19 target clash
Use '.exe' extension for executables for Cygwin
8 years ago
20 version
Can check for Meson version in project definition.
9 years ago
21 subver
Can specify version requirements to subprojects.
9 years ago
22 assert
Projects can specify default values for options.
9 years ago
23 rel testdir
Can specify a working directory for tests. Closes #326 .
9 years ago
24 int conversion
Condense test dirs.
6 years ago
25 badlang
Condense test dirs.
6 years ago
26 output subdir
Condense test dirs.
6 years ago
27 noprog use
Condense test dirs.
6 years ago
28 no crossprop
Condense test dirs.
6 years ago
29 nested ternary
Condense test dirs.
6 years ago
30 invalid man extension
Condense test dirs.
6 years ago
31 no man extension
Condense test dirs.
6 years ago
32 exe static shared
Condense test dirs.
6 years ago
33 non-root subproject
Condense test dirs.
6 years ago
34 dependency not-required then required
Condense test dirs.
6 years ago
35 project argument after target
Condense test dirs.
6 years ago
36 pkgconfig dependency impossible conditions
Condense test dirs.
6 years ago
37 has function external dependency
Condense test dirs.
6 years ago
38 libdir must be inside prefix
Condense test dirs.
6 years ago
39 prefix absolute
Condense test dirs.
6 years ago
40 kwarg assign
Condense test dirs.
6 years ago
41 custom target plainname many inputs
Condense test dirs.
6 years ago
42 custom target outputs not matching install_dirs
Condense test dirs.
6 years ago
43 project name colon
Condense test dirs.
6 years ago
44 abs subdir
Condense test dirs.
6 years ago
45 abspath to srcdir
Condense test dirs.
6 years ago
46 pkgconfig variables reserved
Condense test dirs.
6 years ago
47 pkgconfig variables zero length
Condense test dirs.
6 years ago
48 pkgconfig variables zero length value
Condense test dirs.
6 years ago
49 pkgconfig variables not key value
Condense test dirs.
6 years ago
50 executable comparison
Condense test dirs.
6 years ago
51 inconsistent comparison
Condense test dirs.
6 years ago
52 slashname
Condense test dirs.
6 years ago
53 reserved meson prefix
Condense test dirs.
6 years ago
54 wrong shared crate type
Condense test dirs.
6 years ago
55 wrong static crate type
Condense test dirs.
6 years ago
56 or on new line
Condense test dirs.
6 years ago
57 kwarg in module
Condense test dirs.
6 years ago
58 link with executable
Condense test dirs.
6 years ago
59 assign custom target index
Condense test dirs.
6 years ago
60 getoption prefix
Condense test dirs.
6 years ago
61 bad option argument
Condense test dirs.
6 years ago
62 subproj filegrab
Condense test dirs.
6 years ago
63 grab subproj
Condense test dirs.
6 years ago
64 grab sibling
Condense test dirs.
6 years ago
65 string as link target
Condense test dirs.
6 years ago
66 dependency not-found and required
Condense test dirs.
6 years ago
67 subproj different versions
Condense test dirs.
6 years ago
68 wrong boost module
Condense test dirs.
6 years ago
69 install_data rename bad size
Condense test dirs.
6 years ago
70 skip only subdir
Condense test dirs.
6 years ago
71 invalid escape char
Condense test dirs.
6 years ago
72 dual override
Condense test dirs.
6 years ago
73 override used
Condense test dirs.
6 years ago
74 run_command unclean exit
Condense test dirs.
6 years ago
75 int literal leading zero
Condense test dirs.
6 years ago
76 configuration immutable
Condense test dirs.
6 years ago
77 link with shared module on osx
Condense test dirs.
6 years ago
78 non ascii in ascii encoded configure file
Condense test dirs.
6 years ago
79 subproj dependency not-found and required
Condense test dirs.
6 years ago
80 unfound run
Condense test dirs.
6 years ago
81 framework dependency with version
Tests for version constraints on custom lookup dependencies
6 years ago
82 override exe config
Condense test dirs.
6 years ago
83 gl dependency with version
Condense test dirs.
6 years ago
84 threads dependency with version
Condense test dirs.
6 years ago
85 gtest dependency with version
Condense test dirs.
6 years ago
86 dub libray
Condense test dirs.
6 years ago
87 dub executable
Condense test dirs.
6 years ago
88 dub compiler
Skip dub dependency test with wrong compiler on Windows
6 years ago
89 link_with custom target
Add test case for trying to link with a library made by a custom_target
6 years ago
90 subproj not-found dep
dependency variable from subproject could be not-found
6 years ago
91 kwarg dupe
Can specify keyword arguments with a dict.
6 years ago
92 missing pch file
fail configuration if PCH files do not exist
6 years ago