Hi,
I would like to add testing to a project that use glib in C.
I found GLib – 2.0: Testing Framework
I’m using glib version installed on my system: libglib2.0-dev:amd64 2.64.6-1~ubuntu20.04.4
I found /usr/share/automake-1.16/tap-driver.sh
But I didn’t found none of glib-tap.mk
nor tap-test
file mentioned in the doc.
I did look into git cloned repository: HEAD detached at 2.64.6 not here.
It seems to have been removed at some point. was here in version 2.58
https://gitlab.gnome.org/GNOME/glib/-/commits/glib-2-58/glib-tap.mk
How does it work, now?
Could you give me to useful links?
Or could someone point me to some code repository with some test suite already in place?
I would add non-regression automated tests on some complex data structure manipulation involving double linked list and a dynamic array of index pointing to list element. It is not for GUI testing.
Regards,
Sylvain.