]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/tcpdump/tests/alltests.sh
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / contrib / tcpdump / tests / alltests.sh
1 #!/bin/sh
2
3 for i in *.sh
4 do
5   if [ "X$i" = "Xalltests.sh" ] 
6   then 
7         continue;
8   fi
9   sh ./$i
10 done 
11
12