The new test stanza is great but it doesn't seem to be possible to pass options to the executable. Would be great to be able to do something like: ``` (test (modules test) (libraries test_lib)) (args (-q --color=always))) ``` or something similar.