Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-24 | cleanup option parsing | Mike Frysinger | |
2005-09-23 | - introduce variable _BB_CONFIG_DEP to the new test harness. | Bernhard Reutner-Fischer | |
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. | |||
2005-09-04 | General cleanup of command line parsing to allow "busybox" to work as a prefix. | Rob Landley | |
(I.E. any argv[0] that starts with "busybox" winds up in busybox_main().) Added testing/busybox.tests which tests the following permutations: ./busybox ./busybox-suffix ./busybox cat ./busybox-suffix cat ./busybox --help ./busybox-suffix --help ./busybox --help cat ./busybox-suffix --help cat ./busybox --help unknown ./busybox-suffix --help unknown ./unknown Also repair the test suite so ./runtest calls the ".tests" scripts properly. Note: you can now go "busybox busybox busbox ls -l" and it'll take it. The new code is pretty generic. I can block that if anybody can come up with a good reason to... | |||
2005-09-02 | Working on a new test harness. Moved the sort tests into it. | Rob Landley | |