tests/exynos: introduce wait_for_user_input
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Tue, 24 Feb 2015 14:20:44 +0000 (15:20 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 10 Mar 2015 19:21:33 +0000 (19:21 +0000)
commit6e2a9f936e032813dfb5be7d18cabdd177910645
tree3e0adb8c1e32434917bf89dd559451d96fdd373e
parenta7c865dc0a574c67208855b5b814dc874a02fa85
tests/exynos: introduce wait_for_user_input

Currently getchar() is used to pause execution after each test.
The user isn't informed if one is supposed to do anything for
the tests to continue, so print a simple message to make this
more clear.

v3: Compactify printf calls as pointed out by
    Emil Velikov <emil.l.velikov@gmail.com>.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Joonyoung Shim <jy0922.shim@samsung.com>
tests/exynos/exynos_fimg2d_test.c