mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
Add more tests for signal emissions
This commit is contained in:
@@ -18,4 +18,14 @@ TEST_PROGS += \
|
||||
ifaceproperties \
|
||||
valuearray
|
||||
|
||||
signals_SOURCES=signals.c marshalers.c
|
||||
|
||||
marshalers.h: marshalers.list
|
||||
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --header --valist-marshallers > marshalers.h
|
||||
|
||||
marshalers.c: marshalers.list
|
||||
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --body --valist-marshallers > marshalers.c
|
||||
|
||||
ifaceproperties_SOURCES = ifaceproperties.c testcommon.h
|
||||
|
||||
EXTRA_DIST = marshalers.list
|
||||
|
Reference in New Issue
Block a user