docs/unit-tests: Show a test can have multiple suites [skip ci]

pull/7241/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent fcbff1de7c
commit 647f19b5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/markdown/Unit-tests.md

@ -136,7 +136,7 @@ For clarity, consider the meson.build containing:
```meson
test('A', ..., suite: 'foo')
test('B', ..., suite: 'foo')
test('B', ..., suite: ['foo', 'bar'])
test('C', ..., suite: 'bar')
test('D', ..., suite: 'baz')

Loading…
Cancel
Save