Add the beginings of some regression testing. Add in the recently

contributed loadacm utility (for dealing with unicode fonts)
 -Erik
This commit is contained in:
Erik Andersen
1999-12-29 03:34:00 +00:00
parent f664c004db
commit a89910829c
9 changed files with 1029 additions and 1 deletions

View File

@@ -232,6 +232,9 @@ static const struct Applet applets[] = {
#ifdef BB_GZIP //bin
{"gzip", gzip_main},
#endif
#ifdef BB_LOADACM //usr/bin
{"loadacm", loadacm_main},
#endif
{0}
};