Revert "tests: consistently use GLib types in tests"
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 1 Feb 2023 09:18:57 +0000 (10:18 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 1 Feb 2023 09:22:23 +0000 (10:22 +0100)
commit79187b8c433aaa0e69b13c037907c69416ad0b55
tree073169382a36df3b59258de040c3d46c97d6058d
parent5bde6b3dafa21e12c04b4a99f1353def1761d1eb
Revert "tests: consistently use GLib types in tests"

GLib recommends to use standard library's int as the return type for
main() and g_test_run() also returns int, not gint. Revert the commit
that made main() return gint.

This reverts commit c0176f58f98e837f1b9eb40514ac58c51f24e644.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tests/gpiod-test.c