summaryrefslogtreecommitdiff
path: root/tests/run.sh
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-04-13 20:39:31 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-04-13 20:51:16 +0200
commit0f561292228a2382814759454d910f92d54bb9a1 (patch)
tree7bceb017446e61e32822f1439e098ed5fd02dda2 /tests/run.sh
parent4f607ab5e30a97cf0de6abedb641ca5e041ac480 (diff)
add some smoke tests
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
new file mode 100755
index 0000000..a8769bf
--- /dev/null
+++ b/tests/run.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+python test.py
+python blobs.py
+python flags.py
+echo "[+] tests ok, no smoke."