Sign in
ara-mdk
/
platform
/
external
/
tcpdump
/
f3ccc4ec63431539743f1155a60192a40f6bec24
/
.
/
tests
/
alltests.sh
blob: 7df25991f1b677a1ccbb9ff4ec376cd3da2ecc9e [
file
] [
log
] [
blame
]
#!/bin/sh
for
i
in
*.
sh
do
if
[
"X$i"
=
"Xalltests.sh"
]
then
continue
;
fi
sh
./
$i
done