Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-31 19:36:02 +0300
committerMatt Kraai <kraai@debian.org>2001-10-31 19:36:02 +0300
commit5447f17ef98707ea448ef403737c16da24ffb6e1 (patch)
tree1e88b61656d710b11ae37678665f18b8b415d8a0 /testsuite/TODO
parentf419855300d15b4aed0ed2f4e9a1b0d013317a1c (diff)
Remove completed task.
Diffstat (limited to 'testsuite/TODO')
-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
the testsuite would allow for greater test coverage (e.g.,
init, mount, and other privileged applications).
-BB_FEATURE support
- BusyBox contains a number of features which are controlled
- by compile-time defines. A method to run tests based on
- these features would be great.
-
libbb unit testing
Being able to test the functions of libbb individually may
help to prevent regressions.