mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
add glib testing TAP utilities
This commit is contained in:
parent
1328e1ba08
commit
c20eddeb38
8 changed files with 828 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ int main(int argc, char **argv)
|
|||
g_test_add_func("/test/event_get_param", test_event_get_param);
|
||||
g_test_add_func("/test/event_get_params", test_event_get_params);
|
||||
|
||||
g_test_set_nonfatal_assertions();
|
||||
return g_test_run();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue