Add more tests for signal emissions

This commit is contained in:
Alexander Larsson
2012-03-02 16:16:17 +01:00
parent f02ec2f2de
commit 3d52ee999a
3 changed files with 367 additions and 7 deletions

View File

@@ -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