summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-12 10:08:18 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-12 10:08:18 +0100
commit98b42276e09cd4027e63c79f3ff73fd7f9f126a2 (patch)
tree896112d06cd3e25d559b436784b92e6d930c19b6 /runtests.sh
parentfc9925bc33ae2df02d045488d057f57b8788ca52 (diff)
downloadpysnmp-git-98b42276e09cd4027e63c79f3ff73fd7f9f126a2.tar.gz
travis added
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
new file mode 100755
index 00000000..3ccc1656
--- /dev/null
+++ b/runtests.sh
@@ -0,0 +1,17 @@
+#!/usr/bin/env sh
+
+set -e
+
+for x in examples/hlapi/asyncore/sync/manager/cmdgen/*.py \
+ examples/hlapi/asyncore/sync/agent/ntforg/*.py \
+ examples/hlapi/asyncore/manager/cmdgen/*.py \
+ examples/hlapi/asyncore/agent/ntforg/*.py \
+ examples/v3arch/asyncore/manager/cmdgen/*.py \
+ examples/v3arch/asyncore/agent/ntforg/*.py \
+ examples/v1arch/asyncore/manager/cmdgen/*.py \
+ examples/v1arch/asyncore/agent/ntforg/*.py \
+ examples/smi/manager/*py \
+ examples/smi/agent/*.py
+do
+ python $x
+done \ No newline at end of file