- introduce variable _BB_CONFIG_DEP to the new test harness.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 23 Sep 2005 15:44:46 +0000 (15:44 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 23 Sep 2005 15:44:46 +0000 (15:44 -0000)
commitb47a74f4e773dee93c60116dd34c002c7c118d0b
tree7adcb31fbbb5e204ab577cbe31c2f72cb3b5387f
parent0a44c1777134281be6b00c69b8d6b8668ea1dbf9
- introduce variable _BB_CONFIG_DEP to the new test harness.
  This is used to see if given tests should be run (are available) or not.
  Print "UNTESTED: descr" if the applet or feature is not available.
- add _BB_CONFIG_DEP to existing new.tests
- move old grep test to new test infrastructure and add a few more test for
  grep.
13 files changed:
testsuite/busybox.tests
testsuite/egrep.tests [new file with mode: 0755]
testsuite/grep.tests [new file with mode: 0644]
testsuite/grep/egrep-is-not-case-insensitive [deleted file]
testsuite/grep/egrep-supports-extended-regexps [deleted file]
testsuite/grep/grep-handles-binary-files [deleted file]
testsuite/grep/grep-handles-multiple-regexps [deleted file]
testsuite/grep/grep-is-also-egrep [deleted file]
testsuite/grep/grep-matches-NUL [deleted file]
testsuite/runtest
testsuite/sort.tests
testsuite/testing.sh
testsuite/uniq.tests