Mercurial > hg
comparison tests/test-revlog-group-emptyiter.t @ 16842:a3ea092203a5
tests: introduce c-style conditional sections in .t tests
This makes it possible to have conditional sections like:
#if windows
$ echo foo
foo
#else
$ echo bar
bar
#endif
The directives and skipped sections are treated like comments, so don't
interleave them with commands and their output.
The parameters to #if are evaluated while preparing the test by passing them
over to hghave. Requirements can thus be negated with 'no-' prefix, and
multiple requirements must all be true to return true.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 01 Jun 2012 02:25:12 +0200 |
parents | 4fee1fd3de9a |
children | f2719b387380 |
comparison
equal
deleted
inserted
replaced
16841:f2555e891982 | 16842:a3ea092203a5 |
---|