diff options
author | Tim Janik <timj@src.gnome.org> | 2007-11-20 15:03:28 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2007-11-20 15:03:28 +0000 |
commit | 3cf208ef5e7dab5b8aafe794bfa15e1c4731cca8 (patch) | |
tree | e4b2207684614d079699a9f80b682ba9084a1918 /configure.in | |
parent | 936d27a475e9ecfb2c79dd1c0c46d679fea815c8 (diff) | |
download | gtk+-3cf208ef5e7dab5b8aafe794bfa15e1c4731cca8.tar.gz |
Added unit tests for Gtk+ testing utilities.
* gtk/tests/testing.c: added a sample test program that tests Gtk+ test
utility functions. some g_test_* related portions are disabled and need
to be enabled once Gtk+ depends on a new glib with the GLib testing
framework integrated.
* gtk/tests/Makefile.am: new subdirectory to include quick Gtk+ tests.
added exemplary test rules to run tests inside Xvfb. this needs to depend
on gtester for full fledged testing.
* gtk/Makefile.am: build gtk+/gtk/tests, define -DGTK_ENABLE_BROKEN when
collecting _get_type functions to catch e.g. gtk_text_get_type().
* configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
svn path=/trunk/; revision=19011
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 22f5781431..16996615d5 100644 --- a/configure.in +++ b/configure.in @@ -1786,6 +1786,7 @@ gtk/makefile.msc gtk/gtkversion.h gtk/gtk-win32.rc gtk/theme-bits/Makefile +gtk/tests/Makefile gtk/xdgmime/Makefile modules/Makefile modules/input/Makefile |