Remove completed task.

This commit is contained in:
Matt Kraai 2001-10-31 16:36:02 +00:00
parent f419855300
commit 5447f17ef9

View File

@ -8,11 +8,6 @@ Buildroot support
the testsuite would allow for greater test coverage (e.g., the testsuite would allow for greater test coverage (e.g.,
init, mount, and other privileged applications). init, mount, and other privileged applications).
BB_FEATURE support
BusyBox contains a number of features which are controlled
by compile-time defines. A method to run tests based on
these features would be great.
libbb unit testing libbb unit testing
Being able to test the functions of libbb individually may Being able to test the functions of libbb individually may
help to prevent regressions. help to prevent regressions.