MANIFEST.in
author Mads Kiilerich <mads@kiilerich.com>
Fri, 01 Jun 2012 02:25:12 +0200
branchstable
changeset 1086 a2e8ccb65224
parent 238 e4a389eca1b9
permissions -rw-r--r--
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. [ original upstream message ]

# $Id$

include tests/test-keyword tests/test-keyword.out

include MANIFEST.in