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

@ -25,6 +25,9 @@
#include <grub/types.h>
#include <grub/symbol.h>
#include <grub/video.h>
#include <grub/video_fb.h>
struct grub_test
{
/* The next test. */
@ -99,4 +102,6 @@ grub_terminal_input_fake_sequence (int *seq_in, int nseq_in);
void
grub_terminal_input_fake_sequence_end (void);
extern struct grub_video_mode_info grub_test_video_modes[30];
#endif /* ! GRUB_TEST_HEADER */