diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/failing/58 getoption prefix/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/failing/58 getoption prefix/meson.build b/test cases/failing/58 getoption prefix/meson.build new file mode 100644 index 0000000..8f85cff --- /dev/null +++ b/test cases/failing/58 getoption prefix/meson.build @@ -0,0 +1,5 @@ +project('getopt prefix') + +subproject('abc') + +get_option('abc:foo') |