From a89910829c73c5ed4f30eecb181d7b3087ca4f74 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 29 Dec 1999 03:34:00 +0000 Subject: Add the beginings of some regression testing. Add in the recently contributed loadacm utility (for dealing with unicode fonts) -Erik --- busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'busybox.c') diff --git a/busybox.c b/busybox.c index cd4ab8fcd..403b14008 100644 --- a/busybox.c +++ b/busybox.c @@ -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} }; -- cgit v1.2.3