New test: cmdline and cat.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-08 11:49:25 +02:00
parent 16f7c8f6d3
commit 0e7b2e3217
8 changed files with 180 additions and 26 deletions

View file

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