Mercurial > hg > m4-sa
view tests/test-supportprogs.sh @ 65:b2f70a775ddc
added configurable threading model
author | gyorgyf |
---|---|
date | Thu, 16 Feb 2012 19:06:33 +0000 |
parents | 581b1b150a4d |
children |
line wrap: on
line source
#!/bin/bash fail() { echo "Test failed: $1" exit 1 } xmllint --version 2>/dev/null || \ fail "Can't find required xmllint program" rapper --version >/dev/null || \ fail "Can't find required rapper program" exit 0