summaryrefslogtreecommitdiffstats
path: root/tests/parsertest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parsertest.sh')
-rwxr-xr-xtests/parsertest.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/parsertest.sh b/tests/parsertest.sh
new file mode 100755
index 00000000..a6b7d45c
--- /dev/null
+++ b/tests/parsertest.sh
@@ -0,0 +1,11 @@
+echo test parsertest via udp
+./nettester parse1 udp
+if [ "$?" -ne "0" ]; then
+ exit 1
+fi
+
+echo test parsertest via tcp
+./nettester parse1 tcp
+if [ "$?" -ne "0" ]; then
+ exit 1
+fi