TODO 716 B

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