tests/interactive: Add some descriptions

This commit is contained in:
Emmanuele Bassi
2011-09-28 13:32:57 +01:00
parent 5fc953cb5e
commit ac8e174eca
9 changed files with 59 additions and 0 deletions

View File

@ -274,3 +274,9 @@ test_table_layout_main (int argc, char *argv[])
return EXIT_SUCCESS;
}
G_MODULE_EXPORT const char *
test_table_layout_describe (void)
{
return "Table layout manager";
}