Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Add more tests for signal emissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Mar 2, 2012
1 parent f02ec2f commit 3d52ee9
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 7 deletions.
10 changes: 10 additions & 0 deletions gobject/tests/Makefile.am
Expand Up @@ -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
3 changes: 3 additions & 0 deletions gobject/tests/marshalers.list
@@ -0,0 +1,3 @@
VOID:INT,BOOLEAN,CHAR,UCHAR,UINT,LONG,ULONG,ENUM,FLAGS,FLOAT,DOUBLE,STRING,PARAM,BOXED,POINTER,OBJECT,VARIANT,INT64,UINT64
INT:VOID
UINT:VOID

0 comments on commit 3d52ee9

Please sign in to comment.