romgrk / node-gtk

GTK+ bindings for NodeJS (via GObject introspection)
MIT License
493 stars 41 forks source link

Use libgimarshallingtest from GIR for testing #269

Open romgrk opened 3 years ago

romgrk commented 3 years ago

https://github.com/GNOME/gobject-introspection/blob/master/tests/gimarshallingtests.c

PyGObject version comes with a makefile: https://github.com/pygobject/pgi/tree/master/tests/libs/gimarshallingtests

Edit: Handle #228 at the same time.

romgrk commented 3 years ago

Add tests for virtual functions as well.