Matt Kraai | 3889078 | 2001-10-30 23:11:20 +0000 | [diff] [blame] | 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 | |
| 5 | Buildroot 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 Kraai | 3889078 | 2001-10-30 23:11:20 +0000 | [diff] [blame] | 11 | libbb unit testing |
| 12 | Being able to test the functions of libbb individually may |
| 13 | help to prevent regressions. |
| 14 | |
| 15 | Standardization |
| 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?). |