tests: move exported functions below main()
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 23 Feb 2017 14:27:21 +0000 (15:27 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 23 Feb 2017 14:27:21 +0000 (15:27 +0100)
commit4d4cb8d32db3f947f4e414d692245639b5a2148d
tree495a01a792b0371f47073e8f44a7370567efccf5
parent2dc99e0da5723aca5c520a2fc5f9b2fca0441eba
tests: move exported functions below main()

Group all functions that are used exclusively by tests together and
below main() for better readability.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/unit/gpiod-unit.c