New directory, framework for automated GObject tests.
authorOwen Taylor <otaylor@redhat.com>
Fri, 12 Sep 2003 20:37:09 +0000 (20:37 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 12 Sep 2003 20:37:09 +0000 (20:37 +0000)
commit4ec041d593b91392b42129aab433554ef5d3596d
tree911552107a90b93958ce1ecf2a66c1c49a900428
parent32bc3c419726f26bd771ccd03c60cd03243037f6
New directory, framework for automated GObject tests.

Fri Sep 12 16:26:21 2003  Owen Taylor  <otaylor@redhat.com>

        * tests/gobject/ configure.in: New directory, framework
        for automated GObject tests.

        * tests/gobject/override.c: Move testoverride.c
        here, automate.

        * tests/gobject/ifaceinit.c: Move testifaceinit.c here.

        * tests/gobject/accumulator.c: Test signal accumulators,
        including g_signal_accumulator_true_handled.
14 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
tests/gobject/.cvsignore [new file with mode: 0644]
tests/gobject/Makefile.am [new file with mode: 0644]
tests/gobject/accumulator.c [new file with mode: 0644]
tests/gobject/ifaceinit.c
tests/gobject/override.c
tests/gobject/testcommon.h [new file with mode: 0644]
tests/gobject/testmarshal.list [new file with mode: 0644]