tests/flip_test: use subtest infrastructure
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 27 Nov 2012 19:33:15 +0000 (20:33 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 28 Nov 2012 10:57:58 +0000 (11:57 +0100)
commitc3d5c1292bac53ac14d8661d8ac76c5a79752016
tree1b3c12d61a42b91cec60886dcec44a9d55440d99
parent9fc7e1386aade4cf0cd0e27354f47cde48253fb6
tests/flip_test: use subtest infrastructure

To make the testnames easier to handle in scripts, replace all
spaces with dashes.

The important part is to not print anything to stdout when enumerating
subtests, so protect the timestamp test with the right check.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/Makefile.am
tests/flip_test.c