New series of tests for gfxterm and gfxmenu.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-03 14:09:55 +02:00
parent 7391c4d5ac
commit c104b6f93e
10 changed files with 426 additions and 300 deletions

View file

@ -1746,6 +1746,11 @@ module = {
common = tests/videotest_checksum.c;
};
module = {
name = gfxterm_menu;
common = tests/gfxterm_menu.c;
};
module = {
name = bitmap;
common = video/bitmap.c;