summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/tests/alltests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/tests/alltests.sh')
-rw-r--r--contrib/tcpdump/tests/alltests.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/tcpdump/tests/alltests.sh b/contrib/tcpdump/tests/alltests.sh
new file mode 100644
index 0000000..7df2599
--- /dev/null
+++ b/contrib/tcpdump/tests/alltests.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+for i in *.sh
+do
+ if [ "X$i" = "Xalltests.sh" ]
+ then
+ continue;
+ fi
+ sh ./$i
+done
+
+
OpenPOWER on IntegriCloud