These are at least some of the tests that really deserved to be written
for 78e37c4953
, but I was lazy.
pull/3423/head
parent
d4a5a8419f
commit
b8f1b84733
3 changed files with 37 additions and 0 deletions
@ -0,0 +1 @@ |
||||
project('Mixed command line arguments') |
@ -0,0 +1,10 @@ |
||||
option( |
||||
'one', |
||||
type : 'string', |
||||
) |
||||
option( |
||||
'two', |
||||
type : 'combo', |
||||
choices : ['foo', 'bar'], |
||||
value : 'foo', |
||||
) |
Loading…
Reference in new issue