commit | a89910829c73c5ed4f30eecb181d7b3087ca4f74 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Wed Dec 29 03:34:00 1999 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Wed Dec 29 03:34:00 1999 +0000 |
tree | 9467006b9e64b9051ec48c6fcccd30e50c587f84 | |
parent | f664c004db12cdb3e379c1745351e225c7b92de7 [diff] [blame] |
Add the beginings of some regression testing. Add in the recently contributed loadacm utility (for dealing with unicode fonts) -Erik
diff --git a/applets/busybox.c b/applets/busybox.c index cd4ab8f..403b140 100644 --- a/applets/busybox.c +++ b/applets/busybox.c
@@ -232,6 +232,9 @@ #ifdef BB_GZIP //bin {"gzip", gzip_main}, #endif +#ifdef BB_LOADACM //usr/bin + {"loadacm", loadacm_main}, +#endif {0} };