Files
weston/tests
Sam Spilsbury b502126e19 Add support for table-driven testing.
The new TEST_P macro takes a function name and a "data" argument to
point to an arbitrary array of known size of test data. This allows
multiple tests to be run with different datasets. The array is stored
as a void * but advanced by a known size on each iteration.

The data for each invocation of the test is provided as a "data" argument,
it is the responsibility of the test to cast it to something sensible.

Also fixed single-test running to only run the tests specified
2013-09-13 15:19:35 -07:00
..
2013-09-13 15:13:49 -07:00
2012-12-06 15:53:03 -05:00
2013-08-08 13:46:13 -07:00
2013-02-08 12:18:05 -05:00