Added coverage case of a skipped test with description
This commit is contained in:
parent
795f2d28da
commit
f24033e969
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@
|
|||
Test(misc, failing, .description = "Just a failing test") {
|
||||
assert(0);
|
||||
}
|
||||
|
||||
Test(misc, skipped, .description = "This one is skipped", .disabled = true) {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue