Skip to content

Commit 237b431

Browse files
authored
Update README with ignore-host-XXX annotation
1 parent 687a1aa commit 237b431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ their command specifies, or the test will fail without even being run.
2929

3030
* `//@ignore-C` avoids running the test when condition `C` is met.
3131
* `C` can be `target-XXX`, which checks whether the target triple contains `XXX`.
32+
* `C` can be `host-XXX`, which checks whether the host triple contains `XXX`.
3233
* `C` can also be one of `64bit`, `32bit` or `16bit`.
3334
* `C` can also be `on-host`, which will only run the test during cross compilation testing.
3435
* `//@only-C` **only** runs the test when condition `C` is met. The conditions are the same as with `ignore`.

0 commit comments

Comments
 (0)