]> spindle.queued.net Git - midori/commit
Implement support for extension_test() to unit test extensions
authorChristian Dywan <christian@twotoasts.de>
Thu, 16 Jul 2009 21:49:10 +0000 (23:49 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 16 Jul 2009 21:49:10 +0000 (23:49 +0200)
commita7391693b23273dd58163cef1af3cb88f4690b13
tree52ce612524fa4e463a106bc3b4805fb14affa884
parent736e7b854a676a3d4a30046a8ad7b900b0b04c3b
Implement support for extension_test() to unit test extensions

Any extension can provide an extension_test() function that is
executed after g_test_init. Test functions should make use of
g_test_add_func and friends to integrate with other tests.
tests/extensions.c
tests/wscript_build