Redesigns the test.toml to use a list instead of a directory additionally it is now possible to do toml and matrix tests on singular files as well as on a subset of files. Fixes: #851 Change-Id: If8635109c6274f406ad68fe35315b9125f45f67d
9 lines
156 B
TOML
9 lines
156 B
TOML
[[test]]
|
|
name = "depr"
|
|
runner = "parse-fail"
|
|
|
|
[[test]]
|
|
name = "allow-depr"
|
|
runner = "parse-okay"
|
|
flags = ["--extra-deprecated-features", "cr-line-endings"]
|