tests: remove the unit subdirectory
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 11 May 2017 10:59:08 +0000 (12:59 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sun, 14 May 2017 11:09:36 +0000 (13:09 +0200)
commit715791a3a37278594e27ad5701863ae0cd015f71
tree375c9b722643de07bc1d640198287e2cbe46063f
parent223df0a383eb3cd47400926487f7bd6372be3cdc
tests: remove the unit subdirectory

Initially we planned to have different subdirectories for different
kinds of tests (unit, tools etc.) but since it was decided that we'll
reuse the already existing framework for all tests (in order to avoid
having to reimplement the same functionality) we can get rid of the
unit subdirectory.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
20 files changed:
README.md
configure.ac
tests/Makefile.am
tests/gpiod-unit.c [new file with mode: 0644]
tests/gpiod-unit.h [new file with mode: 0644]
tests/tests-chip.c [new file with mode: 0644]
tests/tests-event.c [new file with mode: 0644]
tests/tests-iter.c [new file with mode: 0644]
tests/tests-line.c [new file with mode: 0644]
tests/tests-misc.c [new file with mode: 0644]
tests/tests-simple-api.c [new file with mode: 0644]
tests/unit/Makefile.am [deleted file]
tests/unit/gpiod-unit.c [deleted file]
tests/unit/gpiod-unit.h [deleted file]
tests/unit/tests-chip.c [deleted file]
tests/unit/tests-event.c [deleted file]
tests/unit/tests-iter.c [deleted file]
tests/unit/tests-line.c [deleted file]
tests/unit/tests-misc.c [deleted file]
tests/unit/tests-simple-api.c [deleted file]