tests: move the test case for duplicate configured offsets
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 27 Apr 2023 13:28:18 +0000 (15:28 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 27 Apr 2023 13:28:18 +0000 (15:28 +0200)
commita62c5fbc630ebca8b30735f1c38c08d17cf0aa51
treed8d6a03dd64610f0333a3add63af697b7b2bfb55
parente35621c4476b3ef563ed5e0c756d77c2b2c6c977
tests: move the test case for duplicate configured offsets

This test case lives in tests-line-request.c but it doesn't really test
request functionality but rather only the behavior of line-config. Limit
it to only testing struct gpiod_line_config and move it to
tests-line-config.c.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tests/tests-line-config.c
tests/tests-line-request.c