test-lib-main.sh: allow --expensive as --long-tests alias
commitae58d4e0dadef329298ac802b7626d3c11ff044e
authorKyle J. McKay <mackyle@gmail.com>
Sat, 11 Feb 2017 16:46:11 +0000 (11 08:46 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 11 Feb 2017 16:46:11 +0000 (11 08:46 -0800)
tree3e6fd2670ef6dc0218ef5e758e1ced4245b59177
parent61b9cff2dc2d9218ed4681cb944302b54e223753
test-lib-main.sh: allow --expensive as --long-tests alias

The prerequisite that's tested is called "EXPENSIVE" so it
doesn't make sense to have a "--long-tests" option that sets
it but not an "--expensive" option.

Therefore add "--expensive" as an alias for "--long-tests".

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/test-lib-main.sh