tests: rename gpiod-unit to gpiod-test
authorBartosz Golaszewski <bartekgola@gmail.com>
Sun, 14 May 2017 09:13:42 +0000 (11:13 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sun, 14 May 2017 11:18:39 +0000 (13:18 +0200)
commit2f5d9509070fc0883752ecf48b171064d640ea66
treebb43e28b961227a49a1a9833950c482a0c2fda03
parent715791a3a37278594e27ad5701863ae0cd015f71
tests: rename gpiod-unit to gpiod-test

The testing framework will be reused for all kinds of tests. Also: the
tests we have are not really separated, but use external components so
calling them unit tests is wrong anyway.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
13 files changed:
.gitignore
README.md
tests/Makefile.am
tests/gpiod-test.c [new file with mode: 0644]
tests/gpiod-test.h [new file with mode: 0644]
tests/gpiod-unit.c [deleted file]
tests/gpiod-unit.h [deleted file]
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