]> https://gitweb.dealii.org/ - dealii.git/commit
Testsuite: Augment feature constraints with version number
authorMatthias Maier <tamiko@43-1.org>
Mon, 23 Mar 2015 13:05:11 +0000 (14:05 +0100)
committerMatthias Maier <tamiko@43-1.org>
Mon, 23 Mar 2015 13:11:23 +0000 (14:11 +0100)
commite97439672e1b8b5ef13ce2adb8c724c264f22615
tree0d00575a82fa6539ad917332519cf578c31cedf5
parentc0821450dd8a017813f2a520cc6b009c3a6a66c7
Testsuite: Augment feature constraints with version number

Beside the already introduced constraints

  with_feature=(yes|true|on)
  with_feature=(no|false|off)

it is now also possible to specify a version number:

  with_feature=x.y.z

A test with this constraint will be picked up if

 a) deal.II is configured with "feature"

 b) DEAL_II_FEATURE_VERSION is defined (in deal.IIConfig.cmake) and
    DEAL_II_FEATURE_VERSION is "version greater or equal" than "x.y.z"

A version number "x.y.z" must satisfy the regular expression [0-9]+(\.[0-9]+)*
tests/macro_pickup_tests.cmake

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.