tests: change the test API prefix
authorBartosz Golaszewski <bartekgola@gmail.com>
Sun, 14 May 2017 09:56:19 +0000 (11:56 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sun, 14 May 2017 11:26:48 +0000 (13:26 +0200)
commit86a94bf1e183fa3998c730f6b8664789e8eee114
treeffa4d4659f7b2882269f8efeeab21421dd9c50ba
parent9ab9b0950bc7a7bf7f3958c81b66c5d51fe6b239
tests: change the test API prefix

The gu_ prefix stood for gpiod unit, but it's no longer valid. These
definitions are not visible outside of the tests subdirectory, so
there's no need for a unique prefix. Just start all symbols with test_
or TEST_.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/gpiod-test.c
tests/gpiod-test.h
tests/tests-chip.c
tests/tests-event.c
tests/tests-iter.c
tests/tests-line.c
tests/tests-misc.c
tests/tests-simple-api.c