• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-Jun-201446

all_sourcecode.testsH A D25-Feb-20142.1 KiB

awk.testsH A D25-Feb-2014818

basename/H16-Jun-20144

bunzip2/H16-Jun-20145

bunzip2.testsH A D25-Feb-20141.8 KiB

busybox.testsH A D25-Feb-20141.1 KiB

bzcat.testsH A D25-Feb-20141,002

cat/H16-Jun-20144

cmp/H16-Jun-20143

cp/H16-Jun-201416

cut/H16-Jun-20147

date/H16-Jun-20146

dd/H16-Jun-20146

dirname/H16-Jun-20149

du/H16-Jun-20148

echo/H16-Jun-20146

expand/H16-Jun-20143

expr/H16-Jun-20143

false/H16-Jun-20144

find/H16-Jun-20143

grep.testsH A D25-Feb-20143.2 KiB

gunzip/H16-Jun-20143

gunzip.testsH A D25-Feb-201427

gzip/H16-Jun-20145

head/H16-Jun-20144

hostid/H16-Jun-20143

hostname/H16-Jun-20146

id/H16-Jun-20146

ln/H16-Jun-20148

ls/H16-Jun-20146

md5sum/H16-Jun-20143

mkdir/H16-Jun-20144

mount.testrootH A D25-Feb-20145.2 KiB

msh/H16-Jun-20143

mv/H16-Jun-201415

pidof.testsH A D25-Feb-2014869

pwd/H16-Jun-20143

readlink.testsH A D25-Feb-2014922

READMEH A D25-Feb-20141.6 KiB

rm/H16-Jun-20143

rmdir/H16-Jun-20143

runtestH A D25-Feb-20142.6 KiB

sed.testsH A D25-Feb-20147.4 KiB

seq.testsH A D25-Feb-20141.4 KiB

sort.testsH A D25-Feb-20142.2 KiB

strings/H16-Jun-20143

sum.testsH A D25-Feb-2014818

tail/H16-Jun-20144

tar/H16-Jun-201416

taskset.testsH A D25-Feb-2014622

tee/H16-Jun-20144

testing.shH A D25-Feb-20143.5 KiB

TODOH A D25-Feb-2014983

touch/H16-Jun-20145

tr/H16-Jun-20147

true/H16-Jun-20144

umlwrapper.shH A D25-Feb-2014346

unexpand/H16-Jun-20143

uniq.testsH A D25-Feb-20142.3 KiB

unzip.testsH A D25-Feb-2014801

uptime/H16-Jun-20143

uuencode.testsH A D25-Feb-20141.1 KiB

wc/H16-Jun-20147

wget/H16-Jun-20146

which/H16-Jun-20143

xargs/H16-Jun-20143

README

1Update: doesn't work as described. Try "make check" from parent dir...
2* * *
3
4To run the test suite, change to this directory and run "./runtest".  It will
5run all of the test cases, and list those with unexpected outcomes.  Adding the
6-v option will cause it to show expected outcomes as well.  To only run the test
7cases for particular applets, specify them as parameters to runtest.
8
9The test cases for an applet reside in the subdirectory of the applet name.  The
10name of the test case should be the assertion that is tested.  The test case
11should be a shell fragment that returns successfully if the test case passes,
12and unsuccessfully otherwise.
13
14If the test case relies on a certain feature, it should include the string
15"FEATURE: " followed by the name of the feature in a comment.  If it is always
16expected to fail, it should include the string "XFAIL" in a comment.
17
18For the entire testsuite, the copyright is as follows:
19
20Copyright (C) 2001, 2002  Matt Kraai
21
22This program is free software; you can redistribute it and/or
23modify it under the terms of the GNU General Public License
24as published by the Free Software Foundation; either version 2
25of the License, or (at your option) any later version.
26
27This program is distributed in the hope that it will be useful,
28but WITHOUT ANY WARRANTY; without even the implied warranty of
29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30GNU General Public License for more details.
31
32You should have received a copy of the GNU General Public License
33along with this program; if not, write to the Free Software
34Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
35