diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-14 19:35:36 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-14 19:35:36 +0000 |
commit | 604c558fcacab03601f9531bb69053d2c202b7c5 (patch) | |
tree | 380fbf4e2f692c92cb0c1877cdf8b11ca7a51280 /tests/Makefile.am | |
parent | 721d523bdd9cc3292851c91fd796d29c1ae79921 (diff) | |
download | gobject-introspection-604c558fcacab03601f9531bb69053d2c202b7c5.tar.gz |
Fix generation of enum/bitfields
2008-08-14 Johan Dahlin <johan@gnome.org>
* tests/Makefile.am:
* tests/enum.gir:
* tools/generate.c (write_enum_info):
Fix generation of enum/bitfields
svn path=/trunk/; revision=378
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 69e6952f..bb55f256 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST = \ GIRTESTS = \ boxed.gir.test \ + enum.gir.test \ object.gir.test %.gir.test: %.gir |