blob: ced5715950d6eee732a805c4ddb67a054a197595 [file] [log] [blame]
Matt Kraai38890782001-10-30 23:11:20 +00001This testsuite is quite obviously a work in progress. As such,
2there are a number of good extensions. If you are looking for
3something to do, feel free to tackle one or more of the following:
4
5Buildroot support
6 Erik has put together a handy package for constructing and
7 testing busybox called buildroot. Integrating this into
8 the testsuite would allow for greater test coverage (e.g.,
9 init, mount, and other privileged applications).
10
Matt Kraai38890782001-10-30 23:11:20 +000011libbb unit testing
12 Being able to test the functions of libbb individually may
13 help to prevent regressions.
14
15Standardization
16 This testsuite is totally bastardized. It would be better
17 to use an existing test framework, such as dejagnu, greg,
18 or a XUnit clone (shunit?).