testsuite: Factor out a function to run a matrix of tests
authorJosh Triplett <josh@joshtriplett.org>
Sun, 16 Mar 2014 23:04:58 +0000 (16:04 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Mon, 17 Mar 2014 03:34:46 +0000 (20:34 -0700)
commit5695ec1444c5323e48fe4314f8c8f027625e67df
treee4853b0508ec91b102d6c76d1e562d21bede8822
parentdfdb02cc869855d3b68571e5f7aa77ae8c9d254a
testsuite: Factor out a function to run a matrix of tests

This commons up code from libffi.call/call.exp and
libffi.special/special.exp, unifies the optimization option matrix
between the two, and makes it easier to add more axes to the matrix
in the future.
testsuite/lib/libffi.exp
testsuite/libffi.call/call.exp
testsuite/libffi.special/special.exp