diff options
Diffstat (limited to 'meson/test cases/failing/38 libdir must be inside prefix/test.json')
-rw-r--r-- | meson/test cases/failing/38 libdir must be inside prefix/test.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meson/test cases/failing/38 libdir must be inside prefix/test.json b/meson/test cases/failing/38 libdir must be inside prefix/test.json new file mode 100644 index 000000000..d9256d1a2 --- /dev/null +++ b/meson/test cases/failing/38 libdir must be inside prefix/test.json @@ -0,0 +1,10 @@ +{ + "do_not_set_opts": [ + "libdir" + ], + "stdout": [ + { + "line": "test cases/failing/38 libdir must be inside prefix/meson.build:1:0: ERROR: The value of the 'libdir' option is '/opt/lib' which must be a subdir of the prefix '/usr'." + } + ] +} |