TODO 983 B

1234567891011121314151617181920212223242526
  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. Moving to the new format.
  5. The old way was "lots of little tests files in a directory", which
  6. doesn't interact well with source control systems. The new test
  7. format is command.tests files that use testing.sh.
  8. Every busybox applet needs a corresponding applet.tests.
  9. Full SUSv3 test suite.
  10. Let's make the Linux Test Project jealous, shall we? Don't just
  11. audit programs for standards compliance, _prove_ it with a regression
  12. test harness.
  13. http://www.opengroup.org/onlinepubs/009695399/utilities/
  14. Some tests need root access.
  15. It's hard to test things like mount or init as a normal user.
  16. Possibly User Mode Linux could be used for this, or perhaps
  17. Erik's buildroot.
  18. libbb unit testing
  19. Being able to test the functions of libbb individually may
  20. help to prevent regressions.