aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 16:36:02 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 16:36:02 +0000
commit98892d053517e0f68ac3706394d2d3cd04dc4d19 (patch)
tree1e88b61656d710b11ae37678665f18b8b415d8a0
parentfbfcbc14796795089c03b80a7d8fed74aed75be0 (diff)
downloadbusybox-w32-98892d053517e0f68ac3706394d2d3cd04dc4d19.tar.gz
busybox-w32-98892d053517e0f68ac3706394d2d3cd04dc4d19.tar.bz2
busybox-w32-98892d053517e0f68ac3706394d2d3cd04dc4d19.zip
Remove completed task.
git-svn-id: svn://busybox.net/trunk/busybox@3623 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--testsuite/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/TODO b/testsuite/TODO
index 24126318a..ced571595 100644
--- a/testsuite/TODO
+++ b/testsuite/TODO
@@ -8,11 +8,6 @@ Buildroot support
8 the testsuite would allow for greater test coverage (e.g., 8 the testsuite would allow for greater test coverage (e.g.,
9 init, mount, and other privileged applications). 9 init, mount, and other privileged applications).
10 10
11BB_FEATURE support
12 BusyBox contains a number of features which are controlled
13 by compile-time defines. A method to run tests based on
14 these features would be great.
15
16libbb unit testing 11libbb unit testing
17 Being able to test the functions of libbb individually may 12 Being able to test the functions of libbb individually may
18 help to prevent regressions. 13 help to prevent regressions.