Implemented support for testpaths.
authorTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:29 +0000 (15:00 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:29 +0000 (15:00 +0000)
commitba166c00818df6798b4299dd8de46be2ff598224
tree41bff42f3ca2c7932231079a5c35e32d627e91a7
parentb2a4c8bae25f694c2531c091061bcc8959aa895e
Implemented support for testpaths.

* gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().

* tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().

svn path=/trunk/; revision=5883
glib/gtestframework.c
glib/tests/testing.c