Home | History | Annotate | only in /external/toybox/tests
Up to higher level directory
NameDateSize
base64.test22-Oct-20201.4K
basename.test22-Oct-2020992
bc.test22-Oct-2020729
blkid.test22-Oct-20201.7K
bzcat.test22-Oct-2020504
cat.test22-Oct-20201K
chattr.test22-Oct-20206.9K
chgrp.test22-Oct-20203.6K
chmod.test22-Oct-20209.2K
chown.test22-Oct-20201K
cksum.test22-Oct-20201.2K
cmp.test22-Oct-20201.6K
cp.test22-Oct-20203.1K
cpio.test22-Oct-20201.3K
cut.test22-Oct-20203.3K
date.test22-Oct-20203.4K
dd.test22-Oct-20203.9K
demo_number.test22-Oct-2020928
diff.test22-Oct-2020701
dirname.test22-Oct-2020391
du.test22-Oct-20201.3K
echo.test22-Oct-20201.2K
env.test22-Oct-2020747
expand.test22-Oct-20201.4K
expr.test22-Oct-20202.9K
factor.test22-Oct-2020748
file.test22-Oct-20201.6K
files/22-Oct-2020
find.test22-Oct-20203.5K
fmt.test22-Oct-20201.6K
fold.test22-Oct-2020513
fstype.test22-Oct-2020627
getfattr.test22-Oct-2020887
grep.test22-Oct-20206.8K
groupadd.test22-Oct-20202.5K
groupdel.test22-Oct-20201.2K
gunzip.test22-Oct-20201.5K
gzip.test22-Oct-20202.3K
head.test22-Oct-20201.4K
hostname.test22-Oct-2020371
iconv.test22-Oct-2020656
ifconfig.test22-Oct-20207.8K
killall.test22-Oct-2020413
link.test22-Oct-2020809
ln.test22-Oct-20202.2K
losetup.test22-Oct-2020435
ls.test22-Oct-20202.2K
lsattr.test22-Oct-20201.3K
md5sum.test22-Oct-20201.6K
mkdir.test22-Oct-20201.7K
mkfifo.test22-Oct-2020600
mktemp.test22-Oct-20202.3K
modinfo.test22-Oct-20201.4K
more.test22-Oct-2020207
mount.test22-Oct-20203.4K
mv.test22-Oct-20204.1K
nl.test22-Oct-20201.8K
paste.test22-Oct-20201.1K
pgrep.test22-Oct-20201.1K
pkill.test22-Oct-20202.6K
printf.test22-Oct-20202.8K
pwd.test22-Oct-2020636
readlink.test22-Oct-20202.4K
README.txt22-Oct-2020405
renice.test22-Oct-20203K
rev.test22-Oct-2020886
rm.test22-Oct-20201.9K
rmdir.test22-Oct-20201.5K
sed.test22-Oct-20208K
seq.test22-Oct-20203K
setfattr.test22-Oct-2020736
sh.test22-Oct-20202.1K
sha1sum.test22-Oct-20201.6K
sort.test22-Oct-20203.4K
split.test22-Oct-2020819
strings.test22-Oct-20201.1K
tac.test22-Oct-20201.1K
tail.test22-Oct-20202.7K
tar.test22-Oct-20203.9K
test.test22-Oct-20202.1K
timeout.test22-Oct-2020956
top.test22-Oct-2020589
touch.test22-Oct-20202.7K
truncate.test22-Oct-20201.1K
unzip.test22-Oct-20203.8K
uptime.test22-Oct-2020339
useradd.test22-Oct-20203.2K
uudecode.test22-Oct-2020984
uuencode.test22-Oct-2020840
uuidgen.test22-Oct-2020236
wc.test22-Oct-20201.1K
xargs.test22-Oct-20201.7K
xxd.test22-Oct-20202.6K
xzcat.test22-Oct-2020993
zcat.test22-Oct-2020491

README.txt

      1 The build infrastructure adds a "make test_NAME" target for each NAME.test
      2 file in this directory, and "make tests" iterates through all of them.
      3 
      4 Individual tests boil down to a call to "scripts/test.sh NAME", and
      5 testing all is "scripts/test.sh" with no arguments.
      6 
      7 The test infrastructure, including the shell functions each test calls
      8 (mostly "testcmd" and "optional") is described in scripts/test.sh
      9